Update value in OpenSim.ini.example to new DLL name.

This commit is contained in:
Jeff Ames
2008-04-08 16:22:14 +00:00
parent 90422db35a
commit c412a476c2

View File

@@ -6,8 +6,8 @@ gridmode = false
; ##
; *** Prim Storage - only leave one storage_plugin uncommented ***
; --- The NullStorage stores nothing - effectively disabling persistence:
storage_plugin = "OpenSim.DataStore.NullStorage.dll"
; --- Null stores nothing - effectively disabling persistence:
storage_plugin = "OpenSim.Data.Null.dll"
; --- To use sqlite as region storage:
;storage_plugin = "OpenSim.Data.SQLite.dll"