From b972846c5f7abf0deead2876c646c039a60df38a Mon Sep 17 00:00:00 2001 From: onefang Date: Tue, 13 Aug 2019 03:02:02 +1000 Subject: Make [Region] InternalAddress and ExternalHostName reasonable defaults. Also AllowAlternatePorts isn't actually in the code anywhere, get rid of it. --- bin/OpenSimDefaults.ini | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'bin/OpenSimDefaults.ini') 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 @@ TelehubAllowLandmark = true +; Normally this section goes in the ThisSim.ini file, but this is common for all. +[Region] + InternalAddress = "0.0.0.0" + ExternalHostName = "${Const|HostName}" + + [Map] ; Map tile options. ; If true, then maptiles are generated using the MapImageModule below. -- cgit v1.1