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"
|
|
|
|
|
2009-09-29 23:13:07 +00:00
|
|
|
[Startup]
|
|
|
|
hypergrid = true
|
|
|
|
|
2009-05-25 01:59:50 +00:00
|
|
|
[Modules]
|
|
|
|
AssetServices = "HGAssetBroker"
|
2009-06-10 13:18:32 +00:00
|
|
|
InventoryServices = "HGInventoryBroker"
|
2009-09-27 21:32:03 +00:00
|
|
|
NeighbourServices = "RemoteNeighbourServicesConnector"
|
2009-09-11 02:56:08 +00:00
|
|
|
AuthorizationServices = "LocalAuthorizationServicesConnector"
|
2009-09-23 16:27:01 +00:00
|
|
|
GridServices = "HGGridServicesConnector"
|
2009-06-15 00:17:17 +00:00
|
|
|
InventoryServiceInConnector = true
|
|
|
|
AssetServiceInConnector = true
|
2009-06-17 03:52:39 +00:00
|
|
|
HGAuthServiceInConnector = true
|
2009-09-23 16:27:01 +00:00
|
|
|
HypergridServiceInConnector = true
|
2009-09-27 21:32:03 +00:00
|
|
|
NeighbourServiceInConnector = 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
|
|
|
|
2009-09-11 02:56:08 +00:00
|
|
|
[AuthorizationService]
|
|
|
|
LocalServiceModule = "OpenSim.Services.AuthorizationService.dll:AuthorizationService"
|
|
|
|
|
2009-06-17 03:52:39 +00:00
|
|
|
[AuthenticationService]
|
|
|
|
; For the HGAuthServiceInConnector
|
2009-09-11 02:56:08 +00:00
|
|
|
LocalServiceModule = "OpenSim.Services.AuthenticationService.dll:HGAuthenticationService"
|
|
|
|
|
2009-09-23 16:27:01 +00:00
|
|
|
[GridService]
|
2009-09-26 17:08:59 +00:00
|
|
|
; for the HGGridServicesConnector to instantiate
|
2009-09-24 00:20:07 +00:00
|
|
|
GridServiceConnectorModule = "OpenSim.Region.CoreModules.dll:LocalGridServicesConnector"
|
2009-09-26 17:08:59 +00:00
|
|
|
; LocalGridServicesConnector needs this
|
|
|
|
LocalServiceModule = "OpenSim.Services.GridService.dll:GridService"
|
|
|
|
Realm = "regions"
|