diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 6d89b3e59e..42f0d303ef 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -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"