aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Regions
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2015-03-11 22:44:26 +0000
committerJustin Clark-Casey (justincc)2015-03-11 22:44:26 +0000
commit921f4f95004e59eda6637f37a35148d4464d2d51 (patch)
tree4c2ba98dd17c815c236ecfbf7e809c4f7ff65446 /bin/Regions
parentAllow a console command to give blank arguments ("") without the parser faili... (diff)
downloadopensim-SC_OLD-921f4f95004e59eda6637f37a35148d4464d2d51.zip
opensim-SC_OLD-921f4f95004e59eda6637f37a35148d4464d2d51.tar.gz
opensim-SC_OLD-921f4f95004e59eda6637f37a35148d4464d2d51.tar.bz2
opensim-SC_OLD-921f4f95004e59eda6637f37a35148d4464d2d51.tar.xz
minor: Change InternalAddress in Regions.ini.example from 127.0.0.1 to more normal 0.0.0.0
Diffstat (limited to 'bin/Regions')
-rw-r--r--bin/Regions/Regions.ini.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Regions/Regions.ini.example b/bin/Regions/Regions.ini.example
index 1e65d2b..c4315e3 100644
--- a/bin/Regions/Regions.ini.example
+++ b/bin/Regions/Regions.ini.example
@@ -18,7 +18,7 @@
18RegionUUID = "11111111-2222-3333-4444-555555555555" 18RegionUUID = "11111111-2222-3333-4444-555555555555"
19 19
20Location = "1000,1000" 20Location = "1000,1000"
21InternalAddress = "127.0.0.1" 21InternalAddress = "0.0.0.0"
22InternalPort = 9000 22InternalPort = 9000
23AllowAlternatePorts = False 23AllowAlternatePorts = False
24ExternalHostName = "SYSTEMIP" 24ExternalHostName = "SYSTEMIP"