diff options
author | diva | 2009-05-22 22:48:25 +0000 |
---|---|---|
committer | diva | 2009-05-22 22:48:25 +0000 |
commit | 92d5b1560d0489b16b5a6c57df11429ff1caf66f (patch) | |
tree | 92a8e9a274cdf6aba58bdf8797adc6457d1207b2 /bin/config-include/GridHypergrid.ini | |
parent | * Reintroduce save iar test, which wasn't working because the asset service h... (diff) | |
download | opensim-SC-92d5b1560d0489b16b5a6c57df11429ff1caf66f.zip opensim-SC-92d5b1560d0489b16b5a6c57df11429ff1caf66f.tar.gz opensim-SC-92d5b1560d0489b16b5a6c57df11429ff1caf66f.tar.bz2 opensim-SC-92d5b1560d0489b16b5a6c57df11429ff1caf66f.tar.xz |
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/GridHypergrid.ini | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bin/config-include/GridHypergrid.ini b/bin/config-include/GridHypergrid.ini new file mode 100644 index 0000000..5a93b79 --- /dev/null +++ b/bin/config-include/GridHypergrid.ini | |||
@@ -0,0 +1,10 @@ | |||
1 | [Includes] | ||
2 | Include-Common = "config-include/GridCommon.ini" | ||
3 | |||
4 | [Modules] | ||
5 | AssetServices = "HGAssetBroker" | ||
6 | |||
7 | |||
8 | [AssetService] | ||
9 | LocalGridAssetService = "OpenSim.Services.Connectors.dll:AssetServicesConnector" | ||
10 | HypergridAssetService = "OpenSim.Services.AssetService.dll:HGAssetService" | ||