30 lines
1014 B
INI
30 lines
1014 B
INI
;;
|
|
;; 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"
|
|
|
|
[AssetService]
|
|
; For the RegionAssetService
|
|
LocalServiceModule = "OpenSim.Services.AssetService.dll:AssetService"
|
|
|
|
; For HGAssetBroker
|
|
LocalGridAssetService = "OpenSim.Services.AssetService.dll:AssetService"
|
|
HypergridAssetService = "OpenSim.Services.AssetService.dll:HGAssetService"
|
|
|
|
[InventoryService]
|
|
; For the RegionInventoryService
|
|
LocalServiceModule = "OpenSim.Services.InventoryService.dll:InventoryService"
|
|
|
|
; For HGInventoryBroker
|
|
LocalGridInventoryService = "OpenSim.Services.InventoryService.dll:InventoryService"
|
|
HypergridInventoryService = "OpenSim.Services.InventoryService.dll:HGInventoryService"
|