aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.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.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.ini.example')
-rw-r--r--bin/Robust.ini.example24
1 files changed, 22 insertions, 2 deletions
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example
index 89493cf..31595da 100644
--- a/bin/Robust.ini.example
+++ b/bin/Robust.ini.example
@@ -168,9 +168,29 @@
168[AssetService] 168[AssetService]
169 169
170 ;; Choose an asset service (Only one option should be enabled) 170 ;; Choose an asset service (Only one option should be enabled)
171 Include-AssetConfig = "config-include/GridAssets_Default.ini" 171 LocalServiceModule = "OpenSim.Services.AssetService.dll:AssetService"
172 ;Include-AssetConfig = "config-include/GridAssets_FSAssets.ini" 172 ;LocalServiceModule = "OpenSim.Services.FSAssetService.dll:FSAssetConnector"
173 173
174 ;; FSAsset Directories. Base directory, where final asset files are stored and Spool directory for temp files
175 ;; These directories must be on the same physical filesystem
176 ;BaseDirectory = "./fsassets/data"
177 ;SpoolDirectory = "./fsassets/tmp"
178
179 ;; Original service can be checked if FSAssets can not find an asset
180 ;FallbackService = "OpenSim.Services.AssetService.dll:AssetService";
181
182 ;; How many days since last updating the access time before its updated again by FSAssets when accessing an asset
183 ;; Reduces DB calls if asset is requested oftern. Default value 0
184 ;DaysBetweenAccessTimeUpdates = 30
185
186 ;; FSAssets Custom Database Config (Leave blank to use grids default database configuration)
187 ;StorageProvider = ""
188 ;ConnectionString = ""
189 ;Realm = "fsassets"
190
191 ;; The Following Are Common to both the default asset service and FSAsset service
192
193 ;; Default loader for loading default assets from XML on first run
174 DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" 194 DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"
175 AssetLoaderArgs = "./assets/AssetSets.xml" 195 AssetLoaderArgs = "./assets/AssetSets.xml"
176 196