From a7543a3391e4ee3b5be656b68d66cdbd524dd949 Mon Sep 17 00:00:00 2001 From: AliciaRaven Date: Mon, 13 Jul 2015 13:19:30 +0100 Subject: Add config options for FSAssetService. The default is the original asset service. Signed-off-by: Melanie Thielker --- bin/Robust.ini.example | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'bin/Robust.ini.example') 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 @@ ; * in turn, reads the asset loader and database connection information ; * [AssetService] - LocalServiceModule = "OpenSim.Services.AssetService.dll:AssetService" + + ;; Choose an asset service (Only one option should be enabled) + Include-AssetConfig = "config-include/GridAssets_Default.ini" + ;Include-AssetConfig = "config-include/GridAssets_FSAssets.ini" + DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" AssetLoaderArgs = "./assets/AssetSets.xml" -- cgit v1.1