aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
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
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')
-rw-r--r--bin/OpenSim.Server.ini.example4
-rw-r--r--bin/config-include/StandaloneCommon.ini.example2
2 files changed, 3 insertions, 3 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]
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example
index ea03bed..0d54b4d 100644
--- a/bin/config-include/StandaloneCommon.ini.example
+++ b/bin/config-include/StandaloneCommon.ini.example
@@ -43,7 +43,7 @@
43 ;; The syntax is: Region_<RegioName> = "<flags>" 43 ;; The syntax is: Region_<RegioName> = "<flags>"
44 ;; where <flags> can be DefaultRegion, FallbackRegion, NoDirectLogin, Persistent, LockedOut 44 ;; where <flags> can be DefaultRegion, FallbackRegion, NoDirectLogin, Persistent, LockedOut
45 ;; For example: 45 ;; For example:
46 Region_WelcomeArea = "DefaultRegion, FallbackRegion" 46 Region_Welcome_Area = "DefaultRegion, FallbackRegion"
47 47
48[LibraryModule] 48[LibraryModule]
49 ; Set this if you want to change the name of the OpenSim Library 49 ; Set this if you want to change the name of the OpenSim Library