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

This commit is contained in:
Justin Clark-Casey (justincc)
2015-03-11 22:44:26 +00:00
parent 129cc49eb4
commit 921f4f9500

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"