diff options
author | Justin Clark-Casey (justincc) | 2015-03-11 22:44:26 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2015-03-16 19:16:41 +0000 |
commit | 33a14f358bfbc0e4f8e0dd6900ea3ad1191d909b (patch) | |
tree | 7486f465ed9d092ceb94e6801f93ac0f6843061b | |
parent | corrected handling when XML parsing in Presence Connector fails (diff) | |
download | opensim-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.example | 2 |
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 @@ | |||
18 | RegionUUID = "11111111-2222-3333-4444-555555555555" | 18 | RegionUUID = "11111111-2222-3333-4444-555555555555" |
19 | 19 | ||
20 | Location = "1000,1000" | 20 | Location = "1000,1000" |
21 | InternalAddress = "127.0.0.1" | 21 | InternalAddress = "0.0.0.0" |
22 | InternalPort = 9000 | 22 | InternalPort = 9000 |
23 | AllowAlternatePorts = False | 23 | AllowAlternatePorts = False |
24 | ExternalHostName = "SYSTEMIP" | 24 | ExternalHostName = "SYSTEMIP" |