2009-06-10 13:18:32 +00:00
|
|
|
;;
|
|
|
|
;; Please don't change this file.
|
|
|
|
;; All optional settings are in GridCommon.ini.example,
|
|
|
|
;; which you can copy and change.
|
|
|
|
;;
|
|
|
|
|
2009-05-25 01:59:50 +00:00
|
|
|
[Includes]
|
|
|
|
Include-Common = "config-include/GridCommon.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-06-14 15:35:09 +00:00
|
|
|
NeighbourServices = "RemoteNeighbourServicesConnector"
|
2009-09-26 17:08:59 +00:00
|
|
|
GridServices = "HGGridServicesConnector"
|
2009-06-14 15:35:09 +00:00
|
|
|
NeighbourServiceInConnector = true
|
2009-06-14 23:00:23 +00:00
|
|
|
LandServiceInConnector = true
|
2009-09-26 17:08:59 +00:00
|
|
|
HypergridServiceInConnector = true
|
2009-10-11 17:23:16 +00:00
|
|
|
LLProxyLoginModule = true
|
2009-05-25 01:59:50 +00:00
|
|
|
|
|
|
|
[AssetService]
|
|
|
|
LocalGridAssetService = "OpenSim.Services.Connectors.dll:AssetServicesConnector"
|
2009-06-15 23:29:00 +00:00
|
|
|
HypergridAssetService = "OpenSim.Services.Connectors.dll:HGAssetServiceConnector"
|
2009-06-10 13:18:32 +00:00
|
|
|
|
|
|
|
[InventoryService]
|
2009-06-10 18:43:03 +00:00
|
|
|
LocalGridInventoryService = "OpenSim.Region.CoreModules.dll:RemoteInventoryServicesConnector"
|
2009-06-15 23:29:00 +00:00
|
|
|
HypergridInventoryService = "OpenSim.Services.Connectors.dll:HGInventoryServiceConnector"
|
2009-09-26 17:08:59 +00:00
|
|
|
|
|
|
|
[GridService]
|
|
|
|
; for the HGGridServicesConnector to instantiate
|
|
|
|
GridServiceConnectorModule = "OpenSim.Region.CoreModules.dll:RemoteGridServicesConnector"
|
|
|
|
; RemoteGridServicesConnector instantiates a LocalGridServicesConnector,
|
|
|
|
; which in turn uses this
|
|
|
|
LocalServiceModule = "OpenSim.Services.GridService.dll:GridService"
|
|
|
|
StorageProvider = "OpenSim.Data.Null.dll:NullRegionData"
|