aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.Server.ini.example
diff options
context:
space:
mode:
authorDiva Canto2010-01-13 18:30:33 -0800
committerDiva Canto2010-01-13 18:30:33 -0800
commit283ff593b127bea95f276b430a3e6bf43b9a1625 (patch)
tree2ddcd442c96fa4052169a35c638fda193ddc5cbf /bin/OpenSim.Server.ini.example
parentMake region flag specs work for regions whose names contain spaces. Uses unde... (diff)
downloadopensim-SC_OLD-283ff593b127bea95f276b430a3e6bf43b9a1625.zip
opensim-SC_OLD-283ff593b127bea95f276b430a3e6bf43b9a1625.tar.gz
opensim-SC_OLD-283ff593b127bea95f276b430a3e6bf43b9a1625.tar.bz2
opensim-SC_OLD-283ff593b127bea95f276b430a3e6bf43b9a1625.tar.xz
Make use of Fallback regions when the desired start region is having problems.
Diffstat (limited to 'bin/OpenSim.Server.ini.example')
-rw-r--r--bin/OpenSim.Server.ini.example4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/OpenSim.Server.ini.example b/bin/OpenSim.Server.ini.example
index 05deda2..b13e739 100644
--- a/bin/OpenSim.Server.ini.example
+++ b/bin/OpenSim.Server.ini.example
@@ -58,8 +58,8 @@ ServiceConnectors = "OpenSim.Server.Handlers.dll:AssetServiceConnector,OpenSim.S
58 ;; Next, we can specify properties of regions, including default and fallback regions 58 ;; Next, we can specify properties of regions, including default and fallback regions
59 ;; The syntax is: Region_<RegioName> = "<flags>" 59 ;; The syntax is: Region_<RegioName> = "<flags>"
60 ;; where <flags> can be DefaultRegion, FallbackRegion, NoDirectLogin, Persistent, LockedOut 60 ;; where <flags> can be DefaultRegion, FallbackRegion, NoDirectLogin, Persistent, LockedOut
61 ;; For example: 61 ;; For example:
62 Region_WelcomeArea = "DefaultRegion, FallbackRegion" 62 Region_Welcome_Area = "DefaultRegion, FallbackRegion"
63 63
64; * This is the configuration for the freeswitch server in grid mode 64; * This is the configuration for the freeswitch server in grid mode
65[FreeswitchService] 65[FreeswitchService]