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".
This commit is contained in:
Justin Clark-Casey (justincc)
2013-10-28 18:03:34 +00:00
parent 5be8f6632b
commit 39de7614ec
3 changed files with 1 additions and 8 deletions

View File

@@ -240,8 +240,6 @@ namespace OpenSim.Tools.Configger
config.Set("meshing", "Meshmerizer");
config.Set("physical_prim", true);
config.Set("serverside_object_permissions", true);
config.Set("storage_plugin", "OpenSim.Data.SQLite.dll");
config.Set("storage_connection_string", "URI=file:OpenSim.db,version=3");
config.Set("storage_prim_inventories", true);
config.Set("startup_console_commands_file", String.Empty);
config.Set("shutdown_console_commands_file", String.Empty);
@@ -253,6 +251,5 @@ namespace OpenSim.Tools.Configger
return defaultConfig;
}
}
}
}