diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 39793939cf..ab1f2c60b3 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -38,10 +38,10 @@ PhysicalPrimMax = 10 ; *** Prim Storage - only leave one storage_plugin uncommented *** ; --- Null stores nothing - effectively disabling persistence: -storage_plugin = "OpenSim.Data.Null.dll" +;storage_plugin = "OpenSim.Data.Null.dll" ; --- To use sqlite as region storage: -;storage_plugin = "OpenSim.Data.SQLite.dll" +storage_plugin = "OpenSim.Data.SQLite.dll" storage_connection_string="URI=file:OpenSim.db,version=3"; ; --- To use MySQL storage, supply your own connectionstring (this is only an example):