SQLiteStandalone.ini 774 B

12345678910111213141516171819202122232425
  1. ; These are the initialization settings for running OpenSim Standalone with an SQLite database
  2. [DatabaseService]
  3. StorageProvider = "OpenSim.Data.SQLite.dll"
  4. [InventoryService]
  5. ;ConnectionString = "URI=file:inventory.db,version=3"
  6. ; if you have a legacy inventory store use the connection string below
  7. ConnectionString = "URI=file:inventory.db,version=3,UseUTF16Encoding=True"
  8. [AvatarService]
  9. ConnectionString = "URI=file:avatars.db,version=3"
  10. [AuthenticationService]
  11. ConnectionString = "URI=file:auth.db,version=3"
  12. [UserAccountService]
  13. ConnectionString = "URI=file:userprofiles.db,version=3"
  14. [GridUserService]
  15. ConnectionString = "URI=file:griduser.db,version=3"
  16. [FriendsService]
  17. ConnectionString = "URI=file:friends.db,version=3"