aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorSean Dague2008-01-09 18:41:20 +0000
committerSean Dague2008-01-09 18:41:20 +0000
commit411d06c94e0b8e696eb6b19019f46079927151f2 (patch)
treee26dbe236ccc791e92b808e4b6ae63b0657b4f68 /bin
parent* Added helpers to convert from LSL PrimitiveParams values to PrimitiveBaseSh... (diff)
downloadopensim-SC_OLD-411d06c94e0b8e696eb6b19019f46079927151f2.zip
opensim-SC_OLD-411d06c94e0b8e696eb6b19019f46079927151f2.tar.gz
opensim-SC_OLD-411d06c94e0b8e696eb6b19019f46079927151f2.tar.bz2
opensim-SC_OLD-411d06c94e0b8e696eb6b19019f46079927151f2.tar.xz
moving Region store for SQLite into the OpenSim.Framework.Data.SQLite
namespace to mirror what is done with MySQL. This will require a configuration change for people using SQLite for prims which is given as an example in OpenSim.ini.example
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 08ce5cd..8cef459 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -21,7 +21,7 @@ physics = basicphysics
21; storage_plugin = "OpenSim.DataStore.NullStorage.dll" 21; storage_plugin = "OpenSim.DataStore.NullStorage.dll"
22 22
23; --- To use sqlite as region storage: 23; --- To use sqlite as region storage:
24storage_plugin = "OpenSim.DataStore.MonoSqlite.dll" 24storage_plugin = "OpenSim.Framework.Data.SQLite.dll"
25storage_connection_string="URI=file:OpenSim.db,version=3"; 25storage_connection_string="URI=file:OpenSim.db,version=3";
26 26
27; --- To use MySQL storage, supply your own connectionstring (this is only an example): 27; --- To use MySQL storage, supply your own connectionstring (this is only an example):