minor: Change InternalAddress in Regions.ini.example from 127.0.0.1 to more normal 0.0.0.0
parent
bea2569b6d
commit
33a14f358b
|
@ -18,7 +18,7 @@
|
||||||
RegionUUID = "11111111-2222-3333-4444-555555555555"
|
RegionUUID = "11111111-2222-3333-4444-555555555555"
|
||||||
|
|
||||||
Location = "1000,1000"
|
Location = "1000,1000"
|
||||||
InternalAddress = "127.0.0.1"
|
InternalAddress = "0.0.0.0"
|
||||||
InternalPort = 9000
|
InternalPort = 9000
|
||||||
AllowAlternatePorts = False
|
AllowAlternatePorts = False
|
||||||
ExternalHostName = "SYSTEMIP"
|
ExternalHostName = "SYSTEMIP"
|
||||||
|
|
Loading…
Reference in New Issue