diff --git a/bin/OpenSim.ini b/bin/OpenSim.ini index a72061739c..2be850721e 100644 --- a/bin/OpenSim.ini +++ b/bin/OpenSim.ini @@ -1,16 +1,17 @@ [Startup] gridmode = false physics = basicphysics -# Prim Storage -# if you would like to use sqlite uncomment the following line (and -# comment the NullStorage line) -# storage_plugin = "OpenSim.DataStore.MonoSqlite.dll" +; Prim Storage +; if you would like to use sqlite uncomment the following line (and +; comment the NullStorage line) +; storage_plugin = "OpenSim.DataStore.MonoSqlite.dll" storage_plugin = "OpenSim.DataStore.NullStorage.dll" startup_console_commands_file = "startup_commands.txt" +serverside_object_permissions = false [StandAlone] -accounts_authenticate = false +accounts_authenticate = true welcome_message = "Welcome to OpenSim" inventory_plugin = "OpenSim.Framework.Data.SQLite.dll" userDatabase_plugin = "OpenSim.Framework.Data.DB4o.dll"