aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.HG.ini.example
diff options
context:
space:
mode:
authorAliciaRaven2015-07-22 12:29:57 +0100
committerOren Hurvitz2015-07-22 18:28:33 +0100
commit3e90d28d33d10454016f4d3a8afec007186cd427 (patch)
tree728ec6e03ba799209cad3d5de9695d40aca94a76 /bin/Robust.HG.ini.example
parentAdded logging in places where regions are searched for by their location (diff)
downloadopensim-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/Robust.HG.ini.example')
-rw-r--r--bin/Robust.HG.ini.example23
1 files changed, 21 insertions, 2 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example
index d5530a7..febb0bc 100644
--- a/bin/Robust.HG.ini.example
+++ b/bin/Robust.HG.ini.example
@@ -207,8 +207,27 @@
207[AssetService] 207[AssetService]
208 208
209 ;; Choose an asset service (Only one option should be enabled) 209 ;; Choose an asset service (Only one option should be enabled)
210 Include-AssetConfig = "config-include/GridAssets_Default.ini" 210 LocalServiceModule = "OpenSim.Services.AssetService.dll:AssetService"
211 ;Include-AssetConfig = "config-include/GridAssets_FSAssets.ini" 211 ;LocalServiceModule = "OpenSim.Services.FSAssetService.dll:FSAssetConnector"
212
213 ;; FSAsset Directories. Base directory, where final asset files are stored and Spool directory for temp files
214 ;; These directories must be on the same physical filesystem
215 ;BaseDirectory = "./fsassets/data"
216 ;SpoolDirectory = "./fsassets/tmp"
217
218 ;; Original service can be checked if FSAssets can not find an asset
219 ;FallbackService = "OpenSim.Services.AssetService.dll:AssetService";
220
221 ;; How many days since last updating the access time before its updated again by FSAssets when accessing an asset
222 ;; Reduces DB calls if asset is requested oftern. Default value 0
223 ;DaysBetweenAccessTimeUpdates = 30
224
225 ;; FSAssets Custom Database Config (Leave blank to use grids default database configuration)
226 ;StorageProvider = ""
227 ;ConnectionString = ""
228 ;Realm = "fsassets"
229
230 ;; The Following Are Common to both the default asset service and FSAsset service
212 231
213 ;; Common asset service options 232 ;; Common asset service options
214 DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" 233 DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"