Skip to content

Commit 5f067bd

Browse files
updated example json for readability
1 parent ec48627 commit 5f067bd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

example.settings.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"UseProxy": 1,
3-
"ProxyUser": "proxyuser",
3+
"ProxyUser": "ProxyUser",
44
"ProxyServer":"http://yourproxy.your.net.com:8080",
5-
"ProxyPW":"yourproxyuserPW",
6-
"GiteaServerURL":"https://yourgitserver.yourdomain.com",
7-
"WindowsServer":"yourgiteaServerName",
8-
"WindowsUser":"yourdomain\\yourAdimnUserwithRightstoGiteaInstallPath",
5+
"ProxyPW":"YourProxyUserPW",
6+
"GiteaServerURL":"https://yourgiteaserver.yourdomain.com",
7+
"WindowsServer":"yourGiteaServerName",
8+
"WindowsUser":"yourDomain\\yourAdminUserwithRightstoGiteaInstallPath",
99
"WindowsPW":"yourAdminPW",
10-
"GiteaInstallPath":"\\\\yourgitserver\\c$\\gitea",
10+
"GiteaInstallPath":"\\\\yourGiteaServer\\c$\\gitea",
1111
"GiteaWindowsServiceName":"GITEA_ServiceName"
1212
}

0 commit comments

Comments
 (0)