aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorDiva Canto2010-01-13 15:28:46 -0800
committerDiva Canto2010-01-13 15:28:46 -0800
commit14ab9b04c4883f75ccae0225c91429e39af14991 (patch)
tree648399cfaeb08b7cc63500d92d97bc22f3b1f6df /bin
parentFixed mixed-case use in UserAccounts table. Plus some more sanity checks on f... (diff)
downloadopensim-SC_OLD-14ab9b04c4883f75ccae0225c91429e39af14991.zip
opensim-SC_OLD-14ab9b04c4883f75ccae0225c91429e39af14991.tar.gz
opensim-SC_OLD-14ab9b04c4883f75ccae0225c91429e39af14991.tar.bz2
opensim-SC_OLD-14ab9b04c4883f75ccae0225c91429e39af14991.tar.xz
LL Login now uses default regions if the desired start location is not found.
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.Server.ini.example5
-rw-r--r--bin/config-include/StandaloneCommon.ini.example5
2 files changed, 10 insertions, 0 deletions
diff --git a/bin/OpenSim.Server.ini.example b/bin/OpenSim.Server.ini.example
index 81b5302..05deda2 100644
--- a/bin/OpenSim.Server.ini.example
+++ b/bin/OpenSim.Server.ini.example
@@ -55,6 +55,11 @@ ServiceConnectors = "OpenSim.Server.Handlers.dll:AssetServiceConnector,OpenSim.S
55 StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData" 55 StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData"
56 ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=opensim123;" 56 ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=opensim123;"
57 Realm = "regions" 57 Realm = "regions"
58 ;; Next, we can specify properties of regions, including default and fallback regions
59 ;; The syntax is: Region_<RegioName> = "<flags>"
60 ;; where <flags> can be DefaultRegion, FallbackRegion, NoDirectLogin, Persistent, LockedOut
61 ;; For example:
62 Region_WelcomeArea = "DefaultRegion, FallbackRegion"
58 63
59; * This is the configuration for the freeswitch server in grid mode 64; * This is the configuration for the freeswitch server in grid mode
60[FreeswitchService] 65[FreeswitchService]
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example
index 1679f93..ea03bed 100644
--- a/bin/config-include/StandaloneCommon.ini.example
+++ b/bin/config-include/StandaloneCommon.ini.example
@@ -39,6 +39,11 @@
39 ;;--- For MySql region storage (alternative) 39 ;;--- For MySql region storage (alternative)
40 ;StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData" 40 ;StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData"
41 ;ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;" 41 ;ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;"
42 ;; Next, we can specify properties of regions, including default and fallback regions
43 ;; The syntax is: Region_<RegioName> = "<flags>"
44 ;; where <flags> can be DefaultRegion, FallbackRegion, NoDirectLogin, Persistent, LockedOut
45 ;; For example:
46 Region_WelcomeArea = "DefaultRegion, FallbackRegion"
42 47
43[LibraryModule] 48[LibraryModule]
44 ; 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