diff --git a/bin/OpenSim.ini b/bin/OpenSim.ini index 4e9b79a12f..b8143811f5 100644 --- a/bin/OpenSim.ini +++ b/bin/OpenSim.ini @@ -1,7 +1,11 @@ [Startup] gridmode = false physics = basicphysics -storage_plugin = "OpenSim.DataStore.NullStorage.dll" +storage_plugin = "OpenSim.DataStore.NullStorage" startup_console_commands_file = "startup_commands.txt" -standalone_authenticate = false -standalone_welcome = "Welcome to OpenSim" \ No newline at end of file + +[StandAlone] +accounts_authenticate = false +welcome_message = "Welcome to OpenSim" +inventory_plugin = "OpenSim.Framework.Data.SQLite.dll" +userDatabase_plugin = "OpenSim.Framework.Data.DB4o.dll" \ No newline at end of file