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/OpenSim.Server.ini.example | |
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/OpenSim.Server.ini.example')
-rw-r--r-- | bin/OpenSim.Server.ini.example | 5 |
1 files changed, 5 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] |