mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
move NullStorage => OpenSim.Data.Null to be consistant with
where other data storage assemblies are.
This commit is contained in:
@@ -7,7 +7,7 @@ gridmode = false
|
||||
|
||||
; *** Prim Storage - only leave one storage_plugin uncommented ***
|
||||
; --- The NullStorage stores nothing - effectively disabling persistence:
|
||||
storage_plugin = "OpenSim.DataStore.NullStorage.dll"
|
||||
storage_plugin = "OpenSim.Data.Null.dll"
|
||||
|
||||
; --- To use sqlite as region storage:
|
||||
;storage_plugin = "OpenSim.Data.SQLite.dll"
|
||||
|
||||
Reference in New Issue
Block a user