aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-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 3979393..ab1f2c6 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -38,10 +38,10 @@ PhysicalPrimMax = 10
38 38
39; *** Prim Storage - only leave one storage_plugin uncommented *** 39; *** Prim Storage - only leave one storage_plugin uncommented ***
40; --- Null stores nothing - effectively disabling persistence: 40; --- Null stores nothing - effectively disabling persistence:
41storage_plugin = "OpenSim.Data.Null.dll" 41;storage_plugin = "OpenSim.Data.Null.dll"
42 42
43; --- To use sqlite as region storage: 43; --- To use sqlite as region storage:
44;storage_plugin = "OpenSim.Data.SQLite.dll" 44storage_plugin = "OpenSim.Data.SQLite.dll"
45storage_connection_string="URI=file:OpenSim.db,version=3"; 45storage_connection_string="URI=file:OpenSim.db,version=3";
46 46
47; --- To use MySQL storage, supply your own connectionstring (this is only an example): 47; --- To use MySQL storage, supply your own connectionstring (this is only an example):