SQLiteStandalone.ini 920 B

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