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.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.ini.example')
-rw-r--r-- | bin/Robust.ini.example | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example index 0e70527..89493cf 100644 --- a/bin/Robust.ini.example +++ b/bin/Robust.ini.example | |||
@@ -166,7 +166,11 @@ | |||
166 | ; * in turn, reads the asset loader and database connection information | 166 | ; * in turn, reads the asset loader and database connection information |
167 | ; * | 167 | ; * |
168 | [AssetService] | 168 | [AssetService] |
169 | LocalServiceModule = "OpenSim.Services.AssetService.dll:AssetService" | 169 | |
170 | ;; Choose an asset service (Only one option should be enabled) | ||
171 | Include-AssetConfig = "config-include/GridAssets_Default.ini" | ||
172 | ;Include-AssetConfig = "config-include/GridAssets_FSAssets.ini" | ||
173 | |||
170 | DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" | 174 | DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" |
171 | AssetLoaderArgs = "./assets/AssetSets.xml" | 175 | AssetLoaderArgs = "./assets/AssetSets.xml" |
172 | 176 | ||