diff options
author | AliciaRaven | 2015-07-13 13:19:30 +0100 |
---|---|---|
committer | Melanie Thielker | 2015-07-13 19:04:45 +0200 |
commit | a7543a3391e4ee3b5be656b68d66cdbd524dd949 (patch) | |
tree | b95e6cfbb191a32cd4fd08e106354525751822fd /bin/config-include/GridAssets_FSAssets.ini | |
parent | Prevent multiple instances of the FSAssets service causing problems. Protect ... (diff) | |
download | opensim-SC-a7543a3391e4ee3b5be656b68d66cdbd524dd949.zip opensim-SC-a7543a3391e4ee3b5be656b68d66cdbd524dd949.tar.gz opensim-SC-a7543a3391e4ee3b5be656b68d66cdbd524dd949.tar.bz2 opensim-SC-a7543a3391e4ee3b5be656b68d66cdbd524dd949.tar.xz |
Add config options for FSAssetService. The default is the original asset service.
Signed-off-by: Melanie Thielker <melanie@t-data.com>
Diffstat (limited to '')
-rw-r--r-- | bin/config-include/GridAssets_FSAssets.ini | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/bin/config-include/GridAssets_FSAssets.ini b/bin/config-include/GridAssets_FSAssets.ini new file mode 100644 index 0000000..7d03518 --- /dev/null +++ b/bin/config-include/GridAssets_FSAssets.ini | |||
@@ -0,0 +1,18 @@ | |||
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 | ||