default to sqlite for user storage. You will have to recreate

users after this change.
afrisby
Sean Dague 2007-08-30 01:28:34 +00:00
parent a7f7dfc0dc
commit 5735d611de
1 changed files with 2 additions and 1 deletions

View File

@ -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