aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authoronefang2019-08-18 04:27:31 +1000
committeronefang2019-08-18 04:27:31 +1000
commit9620e83850feb6f129ba016edbb657fcddc73165 (patch)
tree9f8d9cae47b2f5993b9a0dcaf5bc799e10a403dd /bin
parentImplement HEAD in our simple web server. (diff)
downloadopensim-SC_OLD-9620e83850feb6f129ba016edbb657fcddc73165.zip
opensim-SC_OLD-9620e83850feb6f129ba016edbb657fcddc73165.tar.gz
opensim-SC_OLD-9620e83850feb6f129ba016edbb657fcddc73165.tar.bz2
opensim-SC_OLD-9620e83850feb6f129ba016edbb657fcddc73165.tar.xz
Better consistency with the other config.ini files.
Diffstat (limited to 'bin')
-rw-r--r--bin/config-include/config_localhost.ini6
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"