diff options
Diffstat (limited to '')
-rw-r--r-- | config/config-include/storage/SQLiteStandalone.ini (renamed from bin/config-include/storage/SQLiteStandalone.ini) | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/bin/config-include/storage/SQLiteStandalone.ini b/config/config-include/storage/SQLiteStandalone.ini index 67d98ff..14051cc 100644 --- a/bin/config-include/storage/SQLiteStandalone.ini +++ b/config/config-include/storage/SQLiteStandalone.ini | |||
@@ -2,10 +2,10 @@ | |||
2 | 2 | ||
3 | [DatabaseService] | 3 | [DatabaseService] |
4 | StorageProvider = "OpenSim.Data.SQLite.dll" | 4 | StorageProvider = "OpenSim.Data.SQLite.dll" |
5 | ConnectionString = "URI=file:OpenSim.db,version=3,UseUTF16Encoding=True" | 5 | ConnectionString = "URI=file:../db/OpenSim.db,version=3,UseUTF16Encoding=True" |
6 | 6 | ||
7 | [AssetService] | 7 | [AssetService] |
8 | ConnectionString = "URI=file:Asset.db,version=3" | 8 | ConnectionString = "URI=file:../db/Asset.db,version=3" |
9 | 9 | ||
10 | ; The HGAssetService section controls the connection given to the AssetService in a Hypergrid configuration. | 10 | ; The HGAssetService section controls the connection given to the AssetService in a Hypergrid configuration. |
11 | ; This has to be separate from [AssetService] because the Hypergrid facing connector uses [HGAssetService] for its config data instead. | 11 | ; This has to be separate from [AssetService] because the Hypergrid facing connector uses [HGAssetService] for its config data instead. |
@@ -15,25 +15,25 @@ | |||
15 | ; This issue does not apply to normal MySQL/MSSQL configurations, since by default they use the settings in [DatabaseService] and | 15 | ; This issue does not apply to normal MySQL/MSSQL configurations, since by default they use the settings in [DatabaseService] and |
16 | ; do not have separate connection strings for different services. | 16 | ; do not have separate connection strings for different services. |
17 | [HGAssetService] | 17 | [HGAssetService] |
18 | ConnectionString = "URI=file:Asset.db,version=3" | 18 | ConnectionString = "URI=file:../db/Asset.db,version=3" |
19 | 19 | ||
20 | [InventoryService] | 20 | [InventoryService] |
21 | ;ConnectionString = "URI=file:inventory.db,version=3" | 21 | ;ConnectionString = "URI=file:../db/inventory.db,version=3" |
22 | ; if you have a legacy inventory store use the connection string below | 22 | ; if you have a legacy inventory store use the connection string below |
23 | ConnectionString = "URI=file:inventory.db,version=3,UseUTF16Encoding=True" | 23 | ConnectionString = "URI=file:../db/inventory.db,version=3,UseUTF16Encoding=True" |
24 | 24 | ||
25 | [AvatarService] | 25 | [AvatarService] |
26 | ConnectionString = "URI=file:avatars.db,version=3" | 26 | ConnectionString = "URI=file:../db/avatars.db,version=3" |
27 | 27 | ||
28 | [AuthenticationService] | 28 | [AuthenticationService] |
29 | ConnectionString = "URI=file:auth.db,version=3" | 29 | ConnectionString = "URI=file:../db/auth.db,version=3" |
30 | 30 | ||
31 | [UserAccountService] | 31 | [UserAccountService] |
32 | ConnectionString = "URI=file:userprofiles.db,version=3" | 32 | ConnectionString = "URI=file:../db/userprofiles.db,version=3" |
33 | 33 | ||
34 | [GridUserService] | 34 | [GridUserService] |
35 | ConnectionString = "URI=file:griduser.db,version=3" | 35 | ConnectionString = "URI=file:../db/griduser.db,version=3" |
36 | 36 | ||
37 | [FriendsService] | 37 | [FriendsService] |
38 | ConnectionString = "URI=file:friends.db,version=3" | 38 | ConnectionString = "URI=file:../db/friends.db,version=3" |
39 | 39 | ||