Grid.ini 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. ;;
  2. ;; Please don't change this file.
  3. ;; All optional settings are in GridCommon.ini.example,
  4. ;; which you can copy and change.
  5. ;;
  6. [Includes]
  7. Include-Common = "config-include/GridCommon.ini"
  8. [Modules]
  9. AssetServices = "RemoteAssetServicesConnector"
  10. InventoryServices = "RemoteXInventoryServicesConnector"
  11. GridServices = "RemoteGridServicesConnector"
  12. AvatarServices = "RemoteAvatarServicesConnector"
  13. NeighbourServices = "RemoteNeighbourServicesConnector"
  14. AuthenticationServices = "RemoteAuthenticationServicesConnector"
  15. AuthorizationServices = "LocalAuthorizationServicesConnector"
  16. PresenceServices = "RemotePresenceServicesConnector"
  17. UserAccountServices = "RemoteUserAccountServicesConnector"
  18. GridUserServices = "RemoteGridUserServicesConnector"
  19. SimulationServices = "RemoteSimulationConnectorModule"
  20. EntityTransferModule = "BasicEntityTransferModule"
  21. InventoryAccessModule = "BasicInventoryAccessModule"
  22. LandServices = "RemoteLandServicesConnector"
  23. MapImageService = "MapImageServiceModule"
  24. SearchModule = "BasicSearchModule"
  25. LandServiceInConnector = true
  26. NeighbourServiceInConnector = true
  27. SimulationServiceInConnector = true
  28. LibraryModule = true
  29. [SimulationService]
  30. ; This is the protocol version which the simulator advertises to the source destination when acting as a target destination for a teleport
  31. ; It is used to control the teleport handoff process.
  32. ; Valid values are
  33. ; "SIMULATION/0.2"
  34. ; - this is the default. A source simulator which only implements "SIMULATION/0.1" can still teleport with that protocol
  35. ; - this protocol is more efficient than "SIMULATION/0.1"
  36. ; "SIMULATION/0.1"
  37. ; - this is an older teleport protocol used in OpenSimulator 0.7.5 and before.
  38. ConnectorProtocolVersion = "SIMULATION/0.2"
  39. [SimulationDataStore]
  40. LocalServiceModule = "OpenSim.Services.Connectors.dll:SimulationDataService"
  41. [EstateDataStore]
  42. LocalServiceModule = "OpenSim.Services.Connectors.dll:EstateDataService"
  43. [GridService]
  44. LocalServiceModule = "OpenSim.Services.GridService.dll:GridService"
  45. ; for the LocalGridServicesConnector which is used by the Remote one
  46. StorageProvider = "OpenSim.Data.Null.dll:NullRegionData"
  47. NetworkConnector = "OpenSim.Services.Connectors.dll:GridServicesConnector"
  48. [LibraryService]
  49. LocalServiceModule = "OpenSim.Services.InventoryService.dll:LibraryService"
  50. LibraryName = "OpenSim Library"
  51. DefaultLibrary = "./inventory/Libraries.xml"
  52. [Friends]
  53. Connector = "OpenSim.Services.Connectors.dll:FriendsServicesConnector"
  54. [MapImageService]
  55. LocalServiceModule = "OpenSim.Services.Connectors.dll:MapImageServicesConnector"
  56. ; in minutes
  57. RefreshTime = 60