diff options
author | AliciaRaven | 2015-07-22 12:29:57 +0100 |
---|---|---|
committer | Oren Hurvitz | 2015-07-22 18:28:33 +0100 |
commit | 3e90d28d33d10454016f4d3a8afec007186cd427 (patch) | |
tree | 728ec6e03ba799209cad3d5de9695d40aca94a76 /bin/config-include | |
parent | Added logging in places where regions are searched for by their location (diff) | |
download | opensim-SC_OLD-3e90d28d33d10454016f4d3a8afec007186cd427.zip opensim-SC_OLD-3e90d28d33d10454016f4d3a8afec007186cd427.tar.gz opensim-SC_OLD-3e90d28d33d10454016f4d3a8afec007186cd427.tar.bz2 opensim-SC_OLD-3e90d28d33d10454016f4d3a8afec007186cd427.tar.xz |
Robust config loader does not support config includes. Replace these additions for FSAssets with direct options in robust.ini example files instead.
As suggested by Orenh in mantis 7644, in the future it would be beneficial and less confusing to use only 1 of the 3 current config loaders.
Signed-off-by: Oren Hurvitz <orenh@kitely.com>
Diffstat (limited to 'bin/config-include')
-rw-r--r-- | bin/config-include/GridAssets_Default.ini | 3 | ||||
-rw-r--r-- | bin/config-include/GridAssets_FSAssets.ini | 18 |
2 files changed, 0 insertions, 21 deletions
diff --git a/bin/config-include/GridAssets_Default.ini b/bin/config-include/GridAssets_Default.ini deleted file mode 100644 index 8ab4143..0000000 --- a/bin/config-include/GridAssets_Default.ini +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | [AssetService] | ||
2 | |||
3 | LocalServiceModule = "OpenSim.Services.AssetService.dll:AssetService" \ No newline at end of file | ||
diff --git a/bin/config-include/GridAssets_FSAssets.ini b/bin/config-include/GridAssets_FSAssets.ini deleted file mode 100644 index 7d03518..0000000 --- a/bin/config-include/GridAssets_FSAssets.ini +++ /dev/null | |||
@@ -1,18 +0,0 @@ | |||
1 | [AssetService] | ||
2 | |||
3 | LocalServiceModule = "OpenSim.Services.FSAssetService.dll:FSAssetConnector" | ||
4 | |||
5 | BaseDirectory = "./fsassets/data" | ||
6 | SpoolDirectory = "./fsassets/tmp" | ||
7 | |||
8 | ;; Original service can be checked if FSAssets can not find an asset | ||
9 | FallbackService = "OpenSim.Services.AssetService.dll:AssetService"; | ||
10 | |||
11 | ;; How many days since last updating the access time before its updated again when accessing an asset | ||
12 | ;; Reduces DB calls if asset is requested oftern. Default value 0 | ||
13 | ;DaysBetweenAccessTimeUpdates = 30 | ||
14 | |||
15 | ;; Custom Database config (Leave blank to use grids default database configuration) | ||
16 | ;StorageProvider = "" | ||
17 | ;ConnectionString = "" | ||
18 | ;Realm = "fsassets" \ No newline at end of file | ||