diff options
author | Justin Clark-Casey (justincc) | 2015-03-11 22:44:26 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2015-03-11 22:44:26 +0000 |
commit | 921f4f95004e59eda6637f37a35148d4464d2d51 (patch) | |
tree | 4c2ba98dd17c815c236ecfbf7e809c4f7ff65446 /bin/Regions | |
parent | Allow a console command to give blank arguments ("") without the parser faili... (diff) | |
download | opensim-SC-921f4f95004e59eda6637f37a35148d4464d2d51.zip opensim-SC-921f4f95004e59eda6637f37a35148d4464d2d51.tar.gz opensim-SC-921f4f95004e59eda6637f37a35148d4464d2d51.tar.bz2 opensim-SC-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.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" |