diff options
author | Diva Canto | 2010-01-13 15:28:46 -0800 |
---|---|---|
committer | Diva Canto | 2010-01-13 15:28:46 -0800 |
commit | 14ab9b04c4883f75ccae0225c91429e39af14991 (patch) | |
tree | 648399cfaeb08b7cc63500d92d97bc22f3b1f6df /bin/config-include | |
parent | Fixed mixed-case use in UserAccounts table. Plus some more sanity checks on f... (diff) | |
download | opensim-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/config-include')
-rw-r--r-- | bin/config-include/StandaloneCommon.ini.example | 5 |
1 files changed, 5 insertions, 0 deletions
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 |