aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini
diff options
context:
space:
mode:
authorSean Dague2007-08-30 01:28:34 +0000
committerSean Dague2007-08-30 01:28:34 +0000
commit5735d611dec606ce12f5aafd9b4ad88151caa3c7 (patch)
treef2b630419d9d3922fcd35d3685bf19d5e779d3bb /bin/OpenSim.ini
parentfew small changes (all work in progress). (diff)
downloadopensim-SC_OLD-5735d611dec606ce12f5aafd9b4ad88151caa3c7.zip
opensim-SC_OLD-5735d611dec606ce12f5aafd9b4ad88151caa3c7.tar.gz
opensim-SC_OLD-5735d611dec606ce12f5aafd9b4ad88151caa3c7.tar.bz2
opensim-SC_OLD-5735d611dec606ce12f5aafd9b4ad88151caa3c7.tar.xz
default to sqlite for user storage. You will have to recreate
users after this change.
Diffstat (limited to 'bin/OpenSim.ini')
-rw-r--r--bin/OpenSim.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/OpenSim.ini b/bin/OpenSim.ini
index 84f82c3..f65523c 100644
--- a/bin/OpenSim.ini
+++ b/bin/OpenSim.ini
@@ -14,7 +14,8 @@ serverside_object_permissions = false
14accounts_authenticate = true 14accounts_authenticate = true
15welcome_message = "Welcome to OpenSim" 15welcome_message = "Welcome to OpenSim"
16inventory_plugin = "OpenSim.Framework.Data.SQLite.dll" 16inventory_plugin = "OpenSim.Framework.Data.SQLite.dll"
17userDatabase_plugin = "OpenSim.Framework.Data.DB4o.dll" 17; userDatabase_plugin = "OpenSim.Framework.Data.DB4o.dll"
18userDatabase_plugin = "OpenSim.Framework.Data.SQLite.dll"
18default_location_x = 1000 19default_location_x = 1000
19default_location_y = 1000 20default_location_y = 1000
20 21