* Change opensim.ini.example to flesh out database *_plugin options
* Making each have sqlite (uncommented) and mysql (commented) strings0.6.0-stable
parent
a4304fb9e6
commit
879f51dab4
|
@ -91,12 +91,18 @@ script_engine = OpenSim.Region.ScriptEngine.DotNetEngine.dll
|
||||||
[StandAlone]
|
[StandAlone]
|
||||||
accounts_authenticate = true
|
accounts_authenticate = true
|
||||||
welcome_message = "Welcome to OpenSim"
|
welcome_message = "Welcome to OpenSim"
|
||||||
|
|
||||||
|
; Asset database provider
|
||||||
|
asset_plugin = "OpenSim.Framework.Data.SQLite.dll"
|
||||||
|
; asset_plugin = "OpenSim.Framework.Data.MySQL.dll"
|
||||||
|
|
||||||
|
; Inventory database provider
|
||||||
inventory_plugin = "OpenSim.Framework.Data.SQLite.dll"
|
inventory_plugin = "OpenSim.Framework.Data.SQLite.dll"
|
||||||
|
; inventory_plugin = "OpenSim.Framework.Data.MySQL.dll"
|
||||||
|
|
||||||
; User Data Database provider
|
; User Data Database provider
|
||||||
; userDatabase_plugin = "OpenSim.Framework.Data.DB4o.dll"
|
|
||||||
; userDatabase_plugin = "OpenSim.Framework.Data.MySQL.dll"
|
|
||||||
userDatabase_plugin = "OpenSim.Framework.Data.SQLite.dll"
|
userDatabase_plugin = "OpenSim.Framework.Data.SQLite.dll"
|
||||||
|
; userDatabase_plugin = "OpenSim.Framework.Data.MySQL.dll"
|
||||||
|
|
||||||
default_location_x = 1000
|
default_location_x = 1000
|
||||||
default_location_y = 1000
|
default_location_y = 1000
|
||||||
|
|
Loading…
Reference in New Issue