aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/storage/SQLiteLegacyStandalone.ini
blob: 1d4dd29d60c5d5fb895159b0736f1ad952351098 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
; These are the initialization settings for running OpenSim Standalone with an SQLite database

[DatabaseService]
    StorageProvider = "OpenSim.Data.SQLiteLegacy.dll"

[AvatarService]
    ConnectionString = "URI=file:avatars.db,version=3"

[AuthenticationService]
    ConnectionString = "URI=file:auth.db,version=3"

[UserAccountService]
    ConnectionString = "URI=file:userprofiles.db,version=3"

[FriendsService]
    ConnectionString = "URI=file:friends.db,version=3"