aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.ini.example
diff options
context:
space:
mode:
authorAliciaRaven2015-07-13 13:19:30 +0100
committerMelanie Thielker2015-07-13 19:04:45 +0200
commita7543a3391e4ee3b5be656b68d66cdbd524dd949 (patch)
treeb95e6cfbb191a32cd4fd08e106354525751822fd /bin/Robust.ini.example
parentPrevent multiple instances of the FSAssets service causing problems. Protect ... (diff)
downloadopensim-SC_OLD-a7543a3391e4ee3b5be656b68d66cdbd524dd949.zip
opensim-SC_OLD-a7543a3391e4ee3b5be656b68d66cdbd524dd949.tar.gz
opensim-SC_OLD-a7543a3391e4ee3b5be656b68d66cdbd524dd949.tar.bz2
opensim-SC_OLD-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 '')
-rw-r--r--bin/Robust.ini.example6
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