mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
- remove dependency on OpenSim.Grid.AssetServer.Plugins.Opensim in
OpenSim.Data.*.addin.xml, this is cruft left over from previous testing - fix example SQLite connection string in AssetInventoryServer.ini.example
This commit is contained in:
@@ -117,8 +117,8 @@ inventory_database_provider = "OpenSim.Data.MySQL.dll"
|
||||
; modification.
|
||||
|
||||
; For SQLite
|
||||
;asset_database_connect = "URI:file:Asset.db,version=3"
|
||||
;inventory_database_connect = "URI:file:Inventory.db,version=3"
|
||||
;asset_database_connect = "URI=file:Asset.db,version=3"
|
||||
;inventory_database_connect = "URI=file:Inventory.db,version=3"
|
||||
|
||||
; For MySQL
|
||||
asset_database_connect = "Server=localhost; Database=opensim; User=changeme; Password=changeme;"
|
||||
|
||||
Reference in New Issue
Block a user