123456789101112131415161718192021222324252627282930313233343536 |
- ;;
- ;; Please don't change this file.
- ;; All optional settings are in StandaloneCommon.ini.example,
- ;; which you can copy and change.
- ;;
- [Includes]
- Include-Common = "config-include/StandaloneCommon.ini"
- [Modules]
- AssetServices = "HGAssetBroker"
- InventoryServices = "HGInventoryBroker"
- NeighbourServices = "LocalNeighbourServicesConnector"
- InventoryServiceInConnector = true
- AssetServiceInConnector = true
- HGAuthServiceInConnector = true
- [AssetService]
- ; For the AssetServiceInConnector
- LocalServiceModule = "OpenSim.Services.AssetService.dll:AssetService"
- ; For HGAssetBroker
- LocalGridAssetService = "OpenSim.Services.AssetService.dll:AssetService"
- HypergridAssetService = "OpenSim.Services.Connectors.dll:HGAssetServiceConnector"
- [InventoryService]
- ; For the InventoryServiceInConnector
- LocalServiceModule = "OpenSim.Services.InventoryService.dll:InventoryService"
- ; For HGInventoryBroker
- LocalGridInventoryService = "OpenSim.Services.InventoryService.dll:InventoryService"
- HypergridInventoryService = "OpenSim.Services.Connectors.dll:HGInventoryServiceConnector"
- [AuthenticationService]
- ; For the HGAuthServiceInConnector
- LocalServiceModule = "OpenSim.Services.AuthenticationService.dll:HGAuthenticationService"
|