aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.HG.ini.example
diff options
context:
space:
mode:
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"