diff options
Diffstat (limited to '')
-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 | ||