aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example2
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:
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"