From 5735d611dec606ce12f5aafd9b4ad88151caa3c7 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Thu, 30 Aug 2007 01:28:34 +0000 Subject: default to sqlite for user storage. You will have to recreate users after this change. --- bin/OpenSim.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin/OpenSim.ini') 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 accounts_authenticate = true welcome_message = "Welcome to OpenSim" inventory_plugin = "OpenSim.Framework.Data.SQLite.dll" -userDatabase_plugin = "OpenSim.Framework.Data.DB4o.dll" +; userDatabase_plugin = "OpenSim.Framework.Data.DB4o.dll" +userDatabase_plugin = "OpenSim.Framework.Data.SQLite.dll" default_location_x = 1000 default_location_y = 1000 -- cgit v1.1