mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-02-01 12:19:14 +01:00
set sample values for proxy settings
This commit is contained in:
@@ -404,7 +404,7 @@ public class ScmConfiguration
|
||||
private Set<String> adminUsers;
|
||||
|
||||
/** Field description */
|
||||
private boolean enableProxy;
|
||||
private boolean enableProxy = false;
|
||||
|
||||
/** Field description */
|
||||
private int forwardPort = 80;
|
||||
@@ -414,10 +414,10 @@ public class ScmConfiguration
|
||||
private String pluginUrl = DEFAULT_PLUGINURL;
|
||||
|
||||
/** Field description */
|
||||
private int proxyPort;
|
||||
private int proxyPort = 8080;
|
||||
|
||||
/** Field description */
|
||||
private String proxyServer;
|
||||
private String proxyServer = "proxy.mydomain.com";
|
||||
|
||||
/** Field description */
|
||||
private String servername = "localhost";
|
||||
|
||||
Reference in New Issue
Block a user