move NullStorage => OpenSim.Data.Null to be consistant with

where other data storage assemblies are.
This commit is contained in:
Sean Dague
2008-04-03 21:07:03 +00:00
parent bd56cb8776
commit 5e32d86b87
4 changed files with 8 additions and 8 deletions

View File

@@ -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"