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/Robust.HG.ini.example | |
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 'bin/Robust.HG.ini.example')
-rw-r--r-- | bin/Robust.HG.ini.example | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index 77ab355..d5530a7 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example | |||
@@ -205,7 +205,12 @@ | |||
205 | ; * in turn, reads the asset loader and database connection information | 205 | ; * in turn, reads the asset loader and database connection information |
206 | ; * | 206 | ; * |
207 | [AssetService] | 207 | [AssetService] |
208 | LocalServiceModule = "OpenSim.Services.AssetService.dll:AssetService" | 208 | |
209 | ;; Choose an asset service (Only one option should be enabled) | ||
210 | Include-AssetConfig = "config-include/GridAssets_Default.ini" | ||
211 | ;Include-AssetConfig = "config-include/GridAssets_FSAssets.ini" | ||
212 | |||
213 | ;; Common asset service options | ||
209 | DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" | 214 | DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" |
210 | AssetLoaderArgs = "./assets/AssetSets.xml" | 215 | AssetLoaderArgs = "./assets/AssetSets.xml" |
211 | 216 | ||