mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
default to sqlite for user storage. You will have to recreate
users after this change.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user