diff options
Diffstat (limited to 'bin/Robust.ini.example')
-rw-r--r-- | bin/Robust.ini.example | 24 |
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 | ||