2009-06-10 13:18:32 +00:00
|
|
|
;;
|
|
|
|
;; Please don't change this file.
|
|
|
|
;; All optional settings are in StandaloneCommon.ini.example,
|
|
|
|
;; which you can copy and change.
|
|
|
|
;;
|
|
|
|
|
2009-05-25 01:59:50 +00:00
|
|
|
[Includes]
|
|
|
|
Include-Common = "config-include/StandaloneCommon.ini"
|
|
|
|
|
|
|
|
[Modules]
|
|
|
|
AssetServices = "HGAssetBroker"
|
2009-06-10 13:18:32 +00:00
|
|
|
InventoryServices = "HGInventoryBroker"
|
2009-06-14 15:35:09 +00:00
|
|
|
NeighbourServices = "LocalNeighbourServicesConnector"
|
2009-06-15 00:17:17 +00:00
|
|
|
InventoryServiceInConnector = true
|
|
|
|
AssetServiceInConnector = true
|
2009-06-17 03:52:39 +00:00
|
|
|
HGAuthServiceInConnector = true
|
2009-05-25 01:59:50 +00:00
|
|
|
|
|
|
|
[AssetService]
|
2009-06-15 00:17:17 +00:00
|
|
|
; For the AssetServiceInConnector
|
2009-05-25 01:59:50 +00:00
|
|
|
LocalServiceModule = "OpenSim.Services.AssetService.dll:AssetService"
|
|
|
|
|
|
|
|
; For HGAssetBroker
|
|
|
|
LocalGridAssetService = "OpenSim.Services.AssetService.dll:AssetService"
|
2009-06-15 23:29:00 +00:00
|
|
|
HypergridAssetService = "OpenSim.Services.Connectors.dll:HGAssetServiceConnector"
|
2009-05-25 01:59:50 +00:00
|
|
|
|
2009-06-10 13:18:32 +00:00
|
|
|
[InventoryService]
|
2009-06-15 00:17:17 +00:00
|
|
|
; For the InventoryServiceInConnector
|
2009-06-10 13:18:32 +00:00
|
|
|
LocalServiceModule = "OpenSim.Services.InventoryService.dll:InventoryService"
|
|
|
|
|
|
|
|
; For HGInventoryBroker
|
|
|
|
LocalGridInventoryService = "OpenSim.Services.InventoryService.dll:InventoryService"
|
2009-06-15 23:29:00 +00:00
|
|
|
HypergridInventoryService = "OpenSim.Services.Connectors.dll:HGInventoryServiceConnector"
|
2009-06-17 03:52:39 +00:00
|
|
|
|
|
|
|
[AuthenticationService]
|
|
|
|
; For the HGAuthServiceInConnector
|
|
|
|
LocalServiceModule = "OpenSim.Services.AuthenticationService.dll:HGAuthenticationService"
|