diff options
Diffstat (limited to 'bin/OpenSim.ini')
-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 | ||