mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Fix: Write asset data into Asset.db when using SQLite
This commit is contained in:
committed by
Justin Clark-Casey (justincc)
parent
1e7334d985
commit
2368aab534
@@ -4,6 +4,9 @@
|
||||
StorageProvider = "OpenSim.Data.SQLiteLegacy.dll"
|
||||
ConnectionString = "URI=file:OpenSim.db,version=3,UseUTF16Encoding=True"
|
||||
|
||||
[AssetService]
|
||||
ConnectionString = "URI=file:Asset.db,version=3"
|
||||
|
||||
[AvatarService]
|
||||
ConnectionString = "URI=file:avatars.db,version=3"
|
||||
|
||||
|
||||
@@ -4,6 +4,9 @@
|
||||
StorageProvider = "OpenSim.Data.SQLite.dll"
|
||||
ConnectionString = "URI=file:OpenSim.db,version=3,UseUTF16Encoding=True"
|
||||
|
||||
[AssetService]
|
||||
ConnectionString = "URI=file:Asset.db,version=3"
|
||||
|
||||
[InventoryService]
|
||||
;ConnectionString = "URI=file:inventory.db,version=3"
|
||||
; if you have a legacy inventory store use the connection string below
|
||||
|
||||
Reference in New Issue
Block a user