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

0.6.0-stable
Jeff Ames 2008-04-08 16:22:14 +00:00
parent 90422db35a
commit c412a476c2
1 changed files with 2 additions and 2 deletions

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"