diff options
author | Sean Dague | 2008-04-03 21:07:03 +0000 |
---|---|---|
committer | Sean Dague | 2008-04-03 21:07:03 +0000 |
commit | 5e32d86b87478eb90a6fe4d4d9f701f4d102116a (patch) | |
tree | 1db49a1c4e537bcc7d097e2b775a8222bc484a6d /bin | |
parent | remove the old MonoSqlite directory once and for all (diff) | |
download | opensim-SC_OLD-5e32d86b87478eb90a6fe4d4d9f701f4d102116a.zip opensim-SC_OLD-5e32d86b87478eb90a6fe4d4d9f701f4d102116a.tar.gz opensim-SC_OLD-5e32d86b87478eb90a6fe4d4d9f701f4d102116a.tar.bz2 opensim-SC_OLD-5e32d86b87478eb90a6fe4d4d9f701f4d102116a.tar.xz |
move NullStorage => OpenSim.Data.Null to be consistant with
where other data storage assemblies are.
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index bf8a48f..9a49359 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -7,7 +7,7 @@ gridmode = false | |||
7 | 7 | ||
8 | ; *** Prim Storage - only leave one storage_plugin uncommented *** | 8 | ; *** Prim Storage - only leave one storage_plugin uncommented *** |
9 | ; --- The NullStorage stores nothing - effectively disabling persistence: | 9 | ; --- The NullStorage stores nothing - effectively disabling persistence: |
10 | storage_plugin = "OpenSim.DataStore.NullStorage.dll" | 10 | storage_plugin = "OpenSim.Data.Null.dll" |
11 | 11 | ||
12 | ; --- To use sqlite as region storage: | 12 | ; --- To use sqlite as region storage: |
13 | ;storage_plugin = "OpenSim.Data.SQLite.dll" | 13 | ;storage_plugin = "OpenSim.Data.SQLite.dll" |