default to sqlite for user storage. You will have to recreate
users after this change.afrisby
parent
a7f7dfc0dc
commit
5735d611de
|
@ -14,7 +14,8 @@ serverside_object_permissions = false
|
||||||
accounts_authenticate = true
|
accounts_authenticate = true
|
||||||
welcome_message = "Welcome to OpenSim"
|
welcome_message = "Welcome to OpenSim"
|
||||||
inventory_plugin = "OpenSim.Framework.Data.SQLite.dll"
|
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_x = 1000
|
||||||
default_location_y = 1000
|
default_location_y = 1000
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue