diff options
author | onefang | 2019-08-13 03:02:02 +1000 |
---|---|---|
committer | onefang | 2019-08-13 03:02:02 +1000 |
commit | b972846c5f7abf0deead2876c646c039a60df38a (patch) | |
tree | cdaa2d71ade02f19f05dffc1ebe5def54d741783 /example/config | |
parent | Missed this link for the start-sim all moved to left pane thing. (diff) | |
download | opensim-SC_OLD-b972846c5f7abf0deead2876c646c039a60df38a.zip opensim-SC_OLD-b972846c5f7abf0deead2876c646c039a60df38a.tar.gz opensim-SC_OLD-b972846c5f7abf0deead2876c646c039a60df38a.tar.bz2 opensim-SC_OLD-b972846c5f7abf0deead2876c646c039a60df38a.tar.xz |
Make [Region] InternalAddress and ExternalHostName reasonable defaults.
Also AllowAlternatePorts isn't actually in the code anywhere, get rid of
it.
Diffstat (limited to 'example/config')
-rw-r--r-- | example/config/sim_skeleton/ThisSim.ini | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/example/config/sim_skeleton/ThisSim.ini b/example/config/sim_skeleton/ThisSim.ini index db3cf94..44749bb 100644 --- a/example/config/sim_skeleton/ThisSim.ini +++ b/example/config/sim_skeleton/ThisSim.ini | |||
@@ -11,10 +11,7 @@ | |||
11 | RegionName = "SIM_NAME" | 11 | RegionName = "SIM_NAME" |
12 | RegionUUID = "SIM_UUID" | 12 | RegionUUID = "SIM_UUID" |
13 | Location = "SIM_POS" | 13 | Location = "SIM_POS" |
14 | InternalAddress = "SIM_IP" | ||
15 | InternalPort = "SIM_INT_PORT" | 14 | InternalPort = "SIM_INT_PORT" |
16 | AllowAlternatePorts = False | ||
17 | ExternalHostName = "${Const|HostName}" | ||
18 | RegionType = "private sim" | 15 | RegionType = "private sim" |
19 | SizeX = SIM_SIZE | 16 | SizeX = SIM_SIZE |
20 | SizeY = SIM_SIZE | 17 | SizeY = SIM_SIZE |