aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/config/config-include
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--config/config-include/CenomeCache.ini.example (renamed from bin/config-include/CenomeCache.ini.example)0
-rw-r--r--config/config-include/FlotsamCache.ini.example (renamed from bin/config-include/FlotsamCache.ini.example)2
-rw-r--r--config/config-include/Grid.ini (renamed from bin/config-include/Grid.ini)0
-rw-r--r--config/config-include/GridCommon.ini.example (renamed from bin/config-include/GridCommon.ini.example)0
-rw-r--r--config/config-include/GridHypergrid.ini (renamed from bin/config-include/GridHypergrid.ini)0
-rw-r--r--config/config-include/HyperSimianGrid.ini (renamed from bin/config-include/HyperSimianGrid.ini)0
-rw-r--r--config/config-include/SimianGrid.ini (renamed from bin/config-include/SimianGrid.ini)0
-rw-r--r--config/config-include/Standalone.ini (renamed from bin/config-include/Standalone.ini)0
-rw-r--r--config/config-include/StandaloneCommon.ini.example (renamed from bin/config-include/StandaloneCommon.ini.example)0
-rw-r--r--config/config-include/StandaloneHypergrid.ini (renamed from bin/config-include/StandaloneHypergrid.ini)0
-rw-r--r--config/config-include/osslEnable.ini (renamed from bin/config-include/osslEnable.ini)0
-rw-r--r--config/config-include/storage/SQLiteStandalone.ini (renamed from bin/config-include/storage/SQLiteStandalone.ini)20
12 files changed, 11 insertions, 11 deletions
diff --git a/bin/config-include/CenomeCache.ini.example b/config/config-include/CenomeCache.ini.example
index 4340493..4340493 100644
--- a/bin/config-include/CenomeCache.ini.example
+++ b/config/config-include/CenomeCache.ini.example
diff --git a/bin/config-include/FlotsamCache.ini.example b/config/config-include/FlotsamCache.ini.example
index ad74fc1..c166523 100644
--- a/bin/config-include/FlotsamCache.ini.example
+++ b/config/config-include/FlotsamCache.ini.example
@@ -4,7 +4,7 @@
4 ;; 4 ;;
5 5
6 ; cache directory can be shared by multiple instances 6 ; cache directory can be shared by multiple instances
7 CacheDirectory = ./assetcache 7 CacheDirectory = ../caches/assetcache
8 ; Other examples: 8 ; Other examples:
9 ;CacheDirectory = /directory/writable/by/OpenSim/instance 9 ;CacheDirectory = /directory/writable/by/OpenSim/instance
10 10
diff --git a/bin/config-include/Grid.ini b/config/config-include/Grid.ini
index 3c61ee0..3c61ee0 100644
--- a/bin/config-include/Grid.ini
+++ b/config/config-include/Grid.ini
diff --git a/bin/config-include/GridCommon.ini.example b/config/config-include/GridCommon.ini.example
index 0922cf5..0922cf5 100644
--- a/bin/config-include/GridCommon.ini.example
+++ b/config/config-include/GridCommon.ini.example
diff --git a/bin/config-include/GridHypergrid.ini b/config/config-include/GridHypergrid.ini
index 602d673..602d673 100644
--- a/bin/config-include/GridHypergrid.ini
+++ b/config/config-include/GridHypergrid.ini
diff --git a/bin/config-include/HyperSimianGrid.ini b/config/config-include/HyperSimianGrid.ini
index efad577..efad577 100644
--- a/bin/config-include/HyperSimianGrid.ini
+++ b/config/config-include/HyperSimianGrid.ini
diff --git a/bin/config-include/SimianGrid.ini b/config/config-include/SimianGrid.ini
index 5749656..5749656 100644
--- a/bin/config-include/SimianGrid.ini
+++ b/config/config-include/SimianGrid.ini
diff --git a/bin/config-include/Standalone.ini b/config/config-include/Standalone.ini
index 78ada2b..78ada2b 100644
--- a/bin/config-include/Standalone.ini
+++ b/config/config-include/Standalone.ini
diff --git a/bin/config-include/StandaloneCommon.ini.example b/config/config-include/StandaloneCommon.ini.example
index d0b152c..d0b152c 100644
--- a/bin/config-include/StandaloneCommon.ini.example
+++ b/config/config-include/StandaloneCommon.ini.example
diff --git a/bin/config-include/StandaloneHypergrid.ini b/config/config-include/StandaloneHypergrid.ini
index eaacfff..eaacfff 100644
--- a/bin/config-include/StandaloneHypergrid.ini
+++ b/config/config-include/StandaloneHypergrid.ini
diff --git a/bin/config-include/osslEnable.ini b/config/config-include/osslEnable.ini
index 0a03d4c..0a03d4c 100644
--- a/bin/config-include/osslEnable.ini
+++ b/config/config-include/osslEnable.ini
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