SQLiteLegacyStandalone.ini 472 B

12345678910111213141516
  1. ; These are the initialization settings for running OpenSim Standalone with an SQLite database
  2. [DatabaseService]
  3. StorageProvider = "OpenSim.Data.SQLiteLegacy.dll"
  4. [AvatarService]
  5. ConnectionString = "URI=file:avatars.db,version=3"
  6. [AuthenticationService]
  7. ConnectionString = "URI=file:auth.db,version=3"
  8. [UserAccountService]
  9. ConnectionString = "URI=file:userprofiles.db,version=3"
  10. [FriendsService]
  11. ConnectionString = "URI=file:friends.db,version=3"