minor: Change InternalAddress in Regions.ini.example from 127.0.0.1 to more normal 0.0.0.0

0.8.1-post-fixes
Justin Clark-Casey (justincc) 2015-03-11 22:44:26 +00:00
parent bea2569b6d
commit 33a14f358b
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
RegionUUID = "11111111-2222-3333-4444-555555555555"
Location = "1000,1000"
InternalAddress = "127.0.0.1"
InternalAddress = "0.0.0.0"
InternalPort = 9000
AllowAlternatePorts = False
ExternalHostName = "SYSTEMIP"