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"
|
|
|
|
|
|
|
|
[Modules]
|
|
|
|
AssetServices = "RemoteAssetServicesConnector"
|
2009-06-10 13:18:32 +00:00
|
|
|
InventoryServices = "RemoteInventoryServicesConnector"
|
2009-09-10 15:13:18 +00:00
|
|
|
AuthorizationServices = "RemoteAuthorizationServicesConnector"
|
2009-06-14 15:35:09 +00:00
|
|
|
NeighbourServices = "RemoteNeighbourServicesConnector"
|
2009-09-26 17:08:59 +00:00
|
|
|
GridServices = "RemoteGridServicesConnector"
|
2009-06-14 15:35:09 +00:00
|
|
|
NeighbourServiceInConnector = true
|
2009-06-14 23:00:23 +00:00
|
|
|
LandServiceInConnector = true
|
2009-10-11 17:23:16 +00:00
|
|
|
LLProxyLoginModule = true
|
2009-09-26 17:08:59 +00:00
|
|
|
|
|
|
|
[GridService]
|
|
|
|
LocalServiceModule = "OpenSim.Services.GridService.dll:GridService"
|
|
|
|
; for the LocalGridServicesConnector which is used by the Remote one
|
|
|
|
StorageProvider = "OpenSim.Data.Null.dll:NullRegionData"
|
|
|
|
|