We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec48627 commit 5f067bdCopy full SHA for 5f067bd
example.settings.json
@@ -1,12 +1,12 @@
1
{
2
"UseProxy": 1,
3
- "ProxyUser": "proxyuser",
+ "ProxyUser": "ProxyUser",
4
"ProxyServer":"http://yourproxy.your.net.com:8080",
5
- "ProxyPW":"yourproxyuserPW",
6
- "GiteaServerURL":"https://yourgitserver.yourdomain.com",
7
- "WindowsServer":"yourgiteaServerName",
8
- "WindowsUser":"yourdomain\\yourAdimnUserwithRightstoGiteaInstallPath",
+ "ProxyPW":"YourProxyUserPW",
+ "GiteaServerURL":"https://yourgiteaserver.yourdomain.com",
+ "WindowsServer":"yourGiteaServerName",
+ "WindowsUser":"yourDomain\\yourAdminUserwithRightstoGiteaInstallPath",
9
"WindowsPW":"yourAdminPW",
10
- "GiteaInstallPath":"\\\\yourgitserver\\c$\\gitea",
+ "GiteaInstallPath":"\\\\yourGiteaServer\\c$\\gitea",
11
"GiteaWindowsServiceName":"GITEA_ServiceName"
12
}
0 commit comments