mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
enable sqlite storage by default
This commit is contained in:
@@ -4,8 +4,8 @@ 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"
|
||||
storage_plugin = "OpenSim.DataStore.NullStorage.dll"
|
||||
storage_plugin = "OpenSim.DataStore.MonoSqlite.dll"
|
||||
;storage_plugin = "OpenSim.DataStore.NullStorage.dll"
|
||||
startup_console_commands_file = "startup_commands.txt"
|
||||
serverside_object_permissions = false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user