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/Region/Application | |
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 'OpenSim/Region/Application')
-rw-r--r-- | OpenSim/Region/Application/ConfigurationLoader.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenSim/Region/Application/ConfigurationLoader.cs b/OpenSim/Region/Application/ConfigurationLoader.cs index 010ae5a..e3e0c01 100644 --- a/OpenSim/Region/Application/ConfigurationLoader.cs +++ b/OpenSim/Region/Application/ConfigurationLoader.cs | |||
@@ -338,8 +338,6 @@ namespace OpenSim | |||
338 | config.Set("meshing", "Meshmerizer"); | 338 | config.Set("meshing", "Meshmerizer"); |
339 | config.Set("physical_prim", true); | 339 | config.Set("physical_prim", true); |
340 | config.Set("serverside_object_permissions", true); | 340 | config.Set("serverside_object_permissions", true); |
341 | config.Set("storage_plugin", "OpenSim.Data.SQLite.dll"); | ||
342 | config.Set("storage_connection_string", "URI=file:OpenSim.db,version=3"); | ||
343 | config.Set("storage_prim_inventories", true); | 341 | config.Set("storage_prim_inventories", true); |
344 | config.Set("startup_console_commands_file", String.Empty); | 342 | config.Set("startup_console_commands_file", String.Empty); |
345 | config.Set("shutdown_console_commands_file", String.Empty); | 343 | config.Set("shutdown_console_commands_file", String.Empty); |
@@ -371,7 +369,6 @@ namespace OpenSim | |||
371 | { | 369 | { |
372 | m_configSettings.PhysicsEngine = startupConfig.GetString("physics"); | 370 | m_configSettings.PhysicsEngine = startupConfig.GetString("physics"); |
373 | m_configSettings.MeshEngineName = startupConfig.GetString("meshing"); | 371 | m_configSettings.MeshEngineName = startupConfig.GetString("meshing"); |
374 | m_configSettings.StorageDll = startupConfig.GetString("storage_plugin"); | ||
375 | 372 | ||
376 | m_configSettings.ClientstackDll | 373 | m_configSettings.ClientstackDll |
377 | = startupConfig.GetString("clientstack_plugin", "OpenSim.Region.ClientStack.LindenUDP.dll"); | 374 | = startupConfig.GetString("clientstack_plugin", "OpenSim.Region.ClientStack.LindenUDP.dll"); |