mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
changes to allow asset_source to be specified in the opensim.ini
this will work for sqlite and nhibernate, but will be ignored for mysql and mssql (reverting to their ini files) until someone writes that bit.
This commit is contained in:
@@ -104,6 +104,8 @@ 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"
|
||||
|
||||
; Inventory database provider
|
||||
inventory_plugin = "OpenSim.Data.SQLite.dll"
|
||||
|
||||
Reference in New Issue
Block a user