aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.HG.ini.example
diff options
context:
space:
mode:
Diffstat (limited to 'bin/Robust.HG.ini.example')
-rw-r--r--bin/Robust.HG.ini.example7
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