make the example OpenSim.ini use sqlite plugin, because so many people

don't read the config and find they aren't saving any of their prims.
0.6.0-stable
Sean Dague 2008-09-02 20:17:53 +00:00
parent 9806c0b374
commit a721f2cfe4
1 changed files with 2 additions and 2 deletions

View File

@ -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):