aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2015-03-11 22:44:26 +0000
committerJustin Clark-Casey (justincc)2015-03-16 19:16:41 +0000
commit33a14f358bfbc0e4f8e0dd6900ea3ad1191d909b (patch)
tree7486f465ed9d092ceb94e6801f93ac0f6843061b
parentcorrected handling when XML parsing in Presence Connector fails (diff)
downloadopensim-SC_OLD-33a14f358bfbc0e4f8e0dd6900ea3ad1191d909b.zip
opensim-SC_OLD-33a14f358bfbc0e4f8e0dd6900ea3ad1191d909b.tar.gz
opensim-SC_OLD-33a14f358bfbc0e4f8e0dd6900ea3ad1191d909b.tar.bz2
opensim-SC_OLD-33a14f358bfbc0e4f8e0dd6900ea3ad1191d909b.tar.xz
minor: Change InternalAddress in Regions.ini.example from 127.0.0.1 to more normal 0.0.0.0
-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"