aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-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