aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--bin/OpenSim.ini.example4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 6d89b3e..42f0d30 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -6,8 +6,8 @@ gridmode = false
6; ## 6; ##
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; --- Null stores nothing - effectively disabling persistence:
10storage_plugin = "OpenSim.DataStore.NullStorage.dll" 10storage_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"