default to OpenSim.Framework.Data.SQLite which is the new storage

dll location
ThreadPoolClientBranch
Sean Dague 2008-01-09 18:50:12 +00:00
parent 411d06c94e
commit 7ba9c13fa8
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ namespace OpenSim
config.Set("physical_prim", true);
config.Set("child_get_tasks", false);
config.Set("serverside_object_permissions", false);
config.Set("storage_plugin", "OpenSim.DataStore.MonoSqlite.dll");
config.Set("storage_plugin", "OpenSim.Framework.Data.SQLite.dll");
config.Set("storage_connection_string", "URI=file:OpenSim.db,version=3");
config.Set("startup_console_commands_file", "");
config.Set("shutdown_console_commands_file", "");