aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/storage/SQLiteStandalone.ini
diff options
context:
space:
mode:
authoronefang2019-09-11 16:36:50 +1000
committeronefang2019-09-11 16:36:50 +1000
commit50cd1ffd32f69228e566f2b0b89f86ea0d9fe489 (patch)
tree52f2ab0c04f1a5d7d6ac5dc872981b4b156447e7 /bin/config-include/storage/SQLiteStandalone.ini
parentRenamed branch to SledjChisl. (diff)
parentBump to release flavour, build 0. (diff)
downloadopensim-SC_OLD-50cd1ffd32f69228e566f2b0b89f86ea0d9fe489.zip
opensim-SC_OLD-50cd1ffd32f69228e566f2b0b89f86ea0d9fe489.tar.gz
opensim-SC_OLD-50cd1ffd32f69228e566f2b0b89f86ea0d9fe489.tar.bz2
opensim-SC_OLD-50cd1ffd32f69228e566f2b0b89f86ea0d9fe489.tar.xz
Merge branch 'SledjChisl'
Diffstat (limited to '')
-rw-r--r--bin/config-include/storage/SQLiteStandalone.ini (renamed from config/config-include/storage/SQLiteStandalone.ini)20
1 files changed, 10 insertions, 10 deletions
diff --git a/config/config-include/storage/SQLiteStandalone.ini b/bin/config-include/storage/SQLiteStandalone.ini
index 14051cc..67d98ff 100644
--- a/config/config-include/storage/SQLiteStandalone.ini
+++ b/bin/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:../db/OpenSim.db,version=3,UseUTF16Encoding=True" 5 ConnectionString = "URI=file:OpenSim.db,version=3,UseUTF16Encoding=True"
6 6
7[AssetService] 7[AssetService]
8 ConnectionString = "URI=file:../db/Asset.db,version=3" 8 ConnectionString = "URI=file: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:../db/Asset.db,version=3" 18 ConnectionString = "URI=file:Asset.db,version=3"
19 19
20[InventoryService] 20[InventoryService]
21 ;ConnectionString = "URI=file:../db/inventory.db,version=3" 21 ;ConnectionString = "URI=file: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:../db/inventory.db,version=3,UseUTF16Encoding=True" 23 ConnectionString = "URI=file:inventory.db,version=3,UseUTF16Encoding=True"
24 24
25[AvatarService] 25[AvatarService]
26 ConnectionString = "URI=file:../db/avatars.db,version=3" 26 ConnectionString = "URI=file:avatars.db,version=3"
27 27
28[AuthenticationService] 28[AuthenticationService]
29 ConnectionString = "URI=file:../db/auth.db,version=3" 29 ConnectionString = "URI=file:auth.db,version=3"
30 30
31[UserAccountService] 31[UserAccountService]
32 ConnectionString = "URI=file:../db/userprofiles.db,version=3" 32 ConnectionString = "URI=file:userprofiles.db,version=3"
33 33
34[GridUserService] 34[GridUserService]
35 ConnectionString = "URI=file:../db/griduser.db,version=3" 35 ConnectionString = "URI=file:griduser.db,version=3"
36 36
37[FriendsService] 37[FriendsService]
38 ConnectionString = "URI=file:../db/friends.db,version=3" 38 ConnectionString = "URI=file:friends.db,version=3"
39 39