diff options
author | Justin Clark-Casey (justincc) | 2013-10-28 18:03:34 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-10-28 18:03:34 +0000 |
commit | 39de7614ec14babe092a2dd47072fd4a5015fdbb (patch) | |
tree | 3f3dcc8e35771ec588cc52484d1680507b476f9d /OpenSim/Tools/Configger/ConfigurationLoader.cs | |
parent | minor: Fix commented out GridInfo service URL to be 8002 in Robust.ini.exampl... (diff) | |
download | opensim-SC-39de7614ec14babe092a2dd47072fd4a5015fdbb.zip opensim-SC-39de7614ec14babe092a2dd47072fd4a5015fdbb.tar.gz opensim-SC-39de7614ec14babe092a2dd47072fd4a5015fdbb.tar.bz2 opensim-SC-39de7614ec14babe092a2dd47072fd4a5015fdbb.tar.xz |
Remove legacy sqlite lines added internally by OpenSimulator to the [Startup] section.
These are long unused but confusingly will be seen in the [Startup] section on a "config save".
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Tools/Configger/ConfigurationLoader.cs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/OpenSim/Tools/Configger/ConfigurationLoader.cs b/OpenSim/Tools/Configger/ConfigurationLoader.cs index 72ba185..0b6ee9c 100644 --- a/OpenSim/Tools/Configger/ConfigurationLoader.cs +++ b/OpenSim/Tools/Configger/ConfigurationLoader.cs | |||
@@ -240,8 +240,6 @@ namespace OpenSim.Tools.Configger | |||
240 | config.Set("meshing", "Meshmerizer"); | 240 | config.Set("meshing", "Meshmerizer"); |
241 | config.Set("physical_prim", true); | 241 | config.Set("physical_prim", true); |
242 | config.Set("serverside_object_permissions", true); | 242 | config.Set("serverside_object_permissions", true); |
243 | config.Set("storage_plugin", "OpenSim.Data.SQLite.dll"); | ||
244 | config.Set("storage_connection_string", "URI=file:OpenSim.db,version=3"); | ||
245 | config.Set("storage_prim_inventories", true); | 243 | config.Set("storage_prim_inventories", true); |
246 | config.Set("startup_console_commands_file", String.Empty); | 244 | config.Set("startup_console_commands_file", String.Empty); |
247 | config.Set("shutdown_console_commands_file", String.Empty); | 245 | config.Set("shutdown_console_commands_file", String.Empty); |
@@ -253,6 +251,5 @@ namespace OpenSim.Tools.Configger | |||
253 | 251 | ||
254 | return defaultConfig; | 252 | return defaultConfig; |
255 | } | 253 | } |
256 | |||
257 | } | 254 | } |
258 | } | 255 | } \ No newline at end of file |