aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorSean Dague2008-09-02 20:17:53 +0000
committerSean Dague2008-09-02 20:17:53 +0000
commita721f2cfe404d7896bb563bb31f13c9b4e28dee1 (patch)
tree9af894a452e6e66e3c416b0dea95e9fcba12807b
parentCommitting the missing resource file for MSSQL. Sorry... (diff)
downloadopensim-SC_OLD-a721f2cfe404d7896bb563bb31f13c9b4e28dee1.zip
opensim-SC_OLD-a721f2cfe404d7896bb563bb31f13c9b4e28dee1.tar.gz
opensim-SC_OLD-a721f2cfe404d7896bb563bb31f13c9b4e28dee1.tar.bz2
opensim-SC_OLD-a721f2cfe404d7896bb563bb31f13c9b4e28dee1.tar.xz
make the example OpenSim.ini use sqlite plugin, because so many people
don't read the config and find they aren't saving any of their prims.
-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):