aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/storage/SQLiteStandalone.ini
blob: fe814d7022f7d0b69fec20c6c96adb8f2a24f76c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
; These are the initialization settings for running OpenSim Standalone with an SQLite database

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

[InventoryService]
    ;ConnectionString = "URI=file:inventory.db,version=3"
    ; if you have a legacy inventory store use the connection string below
    ConnectionString = "URI=file:inventory.db,version=3,UseUTF16Encoding=True"

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

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

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

[GridUserService]
    ConnectionString = "URI=file:griduser.db,version=3"

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