diff options
Added a few pre-packaged configurations to make it easier for people to configure their sims.
Diffstat (limited to '')
-rw-r--r-- | bin/config-include/StandaloneHypergrid.ini | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bin/config-include/StandaloneHypergrid.ini b/bin/config-include/StandaloneHypergrid.ini new file mode 100644 index 0000000..eaee63d --- /dev/null +++ b/bin/config-include/StandaloneHypergrid.ini | |||
@@ -0,0 +1,11 @@ | |||
1 | [Includes] | ||
2 | Include-Common = "config-include/StandaloneCommon.ini" | ||
3 | |||
4 | [Modules] | ||
5 | AssetServices = "HGAssetBroker" | ||
6 | |||
7 | |||
8 | [AssetService] | ||
9 | LocalGridAssetService = "OpenSim.Services.AssetService.dll:AssetService" | ||
10 | HypergridAssetService = "OpenSim.Services.AssetService.dll:HGAssetService" | ||
11 | |||