- 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:
Mike Mazur
2009-02-16 02:28:00 +00:00
parent 7d9882c04d
commit ef19d32a39
4 changed files with 2 additions and 5 deletions

View File

@@ -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;"