mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
allow for Inventory database source to be specified in main
configs. This works with sqlite and nhibernate backends, and stays with default seperate ini files for mysql and mssql until someone writes those.
This commit is contained in:
@@ -104,13 +104,18 @@ welcome_message = "Welcome to OpenSim"
|
||||
; Asset database provider
|
||||
asset_plugin = "OpenSim.Data.SQLite.dll"
|
||||
; asset_plugin = "OpenSim.Data.MySQL.dll"
|
||||
|
||||
; the Asset DB source. This only works for sqlite and nhibernate for now
|
||||
asset_source = "URI=file:Asset.db,version=3"
|
||||
; Asset Source SQLite Exampe
|
||||
; asset_source = "URI=file:Asset.db,version=3"
|
||||
; Asset Source NHibernate Example (DIALECT;DRIVER;CONNECTSTRING)
|
||||
; asset_source = "SQLiteDialect;SqliteClientDriver;URI=file:Asset.db,version=3"
|
||||
|
||||
; Inventory database provider
|
||||
inventory_plugin = "OpenSim.Data.SQLite.dll"
|
||||
; inventory_plugin = "OpenSim.Data.MySQL.dll"
|
||||
|
||||
|
||||
; User Data Database provider
|
||||
userDatabase_plugin = "OpenSim.Data.SQLite.dll"
|
||||
; userDatabase_plugin = "OpenSim.Data.MySQL.dll"
|
||||
|
||||
Reference in New Issue
Block a user