diff options
author | Sean Dague | 2007-08-30 01:28:34 +0000 |
---|---|---|
committer | Sean Dague | 2007-08-30 01:28:34 +0000 |
commit | 5735d611dec606ce12f5aafd9b4ad88151caa3c7 (patch) | |
tree | f2b630419d9d3922fcd35d3685bf19d5e779d3bb /bin | |
parent | few small changes (all work in progress). (diff) | |
download | opensim-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')
-rw-r--r-- | bin/OpenSim.ini | 3 |
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 | |||
14 | accounts_authenticate = true | 14 | accounts_authenticate = true |
15 | welcome_message = "Welcome to OpenSim" | 15 | welcome_message = "Welcome to OpenSim" |
16 | inventory_plugin = "OpenSim.Framework.Data.SQLite.dll" | 16 | inventory_plugin = "OpenSim.Framework.Data.SQLite.dll" |
17 | userDatabase_plugin = "OpenSim.Framework.Data.DB4o.dll" | 17 | ; userDatabase_plugin = "OpenSim.Framework.Data.DB4o.dll" |
18 | userDatabase_plugin = "OpenSim.Framework.Data.SQLite.dll" | ||
18 | default_location_x = 1000 | 19 | default_location_x = 1000 |
19 | default_location_y = 1000 | 20 | default_location_y = 1000 |
20 | 21 | ||