aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authoronefang2019-08-13 03:02:02 +1000
committeronefang2019-08-13 03:02:02 +1000
commitb972846c5f7abf0deead2876c646c039a60df38a (patch)
treecdaa2d71ade02f19f05dffc1ebe5def54d741783 /bin
parentMissed this link for the start-sim all moved to left pane thing. (diff)
downloadopensim-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 'bin')
-rw-r--r--bin/OpenSimDefaults.ini6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 0dc565b..a42c831 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -417,6 +417,12 @@
417 TelehubAllowLandmark = true 417 TelehubAllowLandmark = true
418 418
419 419
420; Normally this section goes in the ThisSim.ini file, but this is common for all.
421[Region]
422 InternalAddress = "0.0.0.0"
423 ExternalHostName = "${Const|HostName}"
424
425
420[Map] 426[Map]
421 ; Map tile options. 427 ; Map tile options.
422 ; If true, then maptiles are generated using the MapImageModule below. 428 ; If true, then maptiles are generated using the MapImageModule below.