Adding missing ConnectionString lines to [DatabaseService] sections for SQLite configs
parent
5ef2da39d8
commit
2ed276eb47
|
@ -2,6 +2,7 @@
|
|||
|
||||
[DatabaseService]
|
||||
StorageProvider = "OpenSim.Data.SQLiteLegacy.dll"
|
||||
ConnectionString = "URI=file:OpenSim.db,version=3,UseUTF16Encoding=True"
|
||||
|
||||
[AvatarService]
|
||||
ConnectionString = "URI=file:avatars.db,version=3"
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
[DatabaseService]
|
||||
StorageProvider = "OpenSim.Data.SQLite.dll"
|
||||
ConnectionString = "URI=file:OpenSim.db,version=3,UseUTF16Encoding=True"
|
||||
|
||||
[InventoryService]
|
||||
;ConnectionString = "URI=file:inventory.db,version=3"
|
||||
|
|
Loading…
Reference in New Issue