diff options
author | Justin Clarke Casey | 2009-02-04 18:56:12 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-02-04 18:56:12 +0000 |
commit | a1da6057066b2dadfa96ddb2f64df83a0b246ee4 (patch) | |
tree | 33c308858320e78e8bccf0a1c5bf4355bd87411e /OpenSim/Region/Application/ConfigurationLoader.cs | |
parent | Update svn properties. (diff) | |
download | opensim-SC_OLD-a1da6057066b2dadfa96ddb2f64df83a0b246ee4.zip opensim-SC_OLD-a1da6057066b2dadfa96ddb2f64df83a0b246ee4.tar.gz opensim-SC_OLD-a1da6057066b2dadfa96ddb2f64df83a0b246ee4.tar.bz2 opensim-SC_OLD-a1da6057066b2dadfa96ddb2f64df83a0b246ee4.tar.xz |
* Introduce a new "default" option for asset_database in the [STORAGE] section
* This option makes OpenSim use the usual db based asset service in standalone, and the grid based one in grid mode
* The other options can (local, grid, etc) can still be used explicitly as before
* Also change OpenSim.ini.example and the surrounding explanative text
Diffstat (limited to 'OpenSim/Region/Application/ConfigurationLoader.cs')
-rw-r--r-- | OpenSim/Region/Application/ConfigurationLoader.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/ConfigurationLoader.cs b/OpenSim/Region/Application/ConfigurationLoader.cs index 7ee4062..3492a19 100644 --- a/OpenSim/Region/Application/ConfigurationLoader.cs +++ b/OpenSim/Region/Application/ConfigurationLoader.cs | |||
@@ -200,7 +200,7 @@ namespace OpenSim | |||
200 | config.Set("startup_console_commands_file", String.Empty); | 200 | config.Set("startup_console_commands_file", String.Empty); |
201 | config.Set("shutdown_console_commands_file", String.Empty); | 201 | config.Set("shutdown_console_commands_file", String.Empty); |
202 | config.Set("DefaultScriptEngine", "XEngine"); | 202 | config.Set("DefaultScriptEngine", "XEngine"); |
203 | config.Set("asset_database", "local"); | 203 | config.Set("asset_database", "default"); |
204 | config.Set("clientstack_plugin", "OpenSim.Region.ClientStack.LindenUDP.dll"); | 204 | config.Set("clientstack_plugin", "OpenSim.Region.ClientStack.LindenUDP.dll"); |
205 | // life doesn't really work without this | 205 | // life doesn't really work without this |
206 | config.Set("EventQueue", true); | 206 | config.Set("EventQueue", true); |