mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 05:05:43 +08:00
Switched everything to XInventory by default. The old Inventory is still there for now, in case bugs pop up with XInventory.
This commit is contained in:
@@ -3,6 +3,11 @@
|
||||
[DatabaseService]
|
||||
StorageProvider = "OpenSim.Data.SQLite.dll"
|
||||
|
||||
[InventoryService]
|
||||
;ConnectionString = "URI=file:inventory.db,version=3"
|
||||
; if you have a legacy inventory store use the connection string below
|
||||
ConnectionString = "URI=file:inventory.db,version=3,UseUTF16Encoding=True"
|
||||
|
||||
[AvatarService]
|
||||
ConnectionString = "URI=file:avatars.db,version=3"
|
||||
|
||||
@@ -14,3 +19,4 @@
|
||||
|
||||
[FriendsService]
|
||||
ConnectionString = "URI=file:friends.db,version=3"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user