diff options
Diffstat (limited to 'bin/config-include')
-rw-r--r-- | bin/config-include/config_localhost.ini | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/config-include/config_localhost.ini b/bin/config-include/config_localhost.ini index e95b04c..c0a376e 100644 --- a/bin/config-include/config_localhost.ini +++ b/bin/config-include/config_localhost.ini | |||
@@ -31,10 +31,10 @@ | |||
31 | ; For a standalone this will usually be the externally accessible IP/DNS | 31 | ; For a standalone this will usually be the externally accessible IP/DNS |
32 | ; name and use default public port 9000. The private port is not used | 32 | ; name and use default public port 9000. The private port is not used |
33 | ; in the configuration for a standalone. | 33 | ; in the configuration for a standalone. |
34 | BaseHostname = "127.0.0.1" | 34 | BaseHostname = "http://127.0.0.1" |
35 | HostName = "localhost" | 35 | HostName = "localhost" |
36 | BaseURL = http://${Const|BaseHostname} | 36 | BaseURL = ${Const|BaseHostname} |
37 | GridURL = http://${Const|BaseHostname} | 37 | GridURL = ${Const|BaseHostname} |
38 | 38 | ||
39 | PublicPort = "8002" | 39 | PublicPort = "8002" |
40 | PrivatePort = "8003" | 40 | PrivatePort = "8003" |