Grid.ini 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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.3"
  34. ; - This is the default, and it supports teleports to variable-sized regions
  35. ; - Older versions can teleport to this one, but only if the destination region
  36. ; is 256x256
  37. ; "SIMULATION/0.2"
  38. ; - A source simulator which only implements "SIMULATION/0.1" can still teleport with that protocol
  39. ; - this protocol is more efficient than "SIMULATION/0.1"
  40. ; "SIMULATION/0.1"
  41. ; - this is an older teleport protocol used in OpenSimulator 0.7.5 and before.
  42. ConnectorProtocolVersion = "SIMULATION/0.3"
  43. [SimulationDataStore]
  44. LocalServiceModule = "OpenSim.Services.SimulationService.dll:SimulationDataService"
  45. [EstateDataStore]
  46. LocalServiceModule = "OpenSim.Services.EstateService.dll:EstateDataService"
  47. [GridService]
  48. LocalServiceModule = "OpenSim.Services.GridService.dll:GridService"
  49. ; for the LocalGridServicesConnector which is used by the Remote one
  50. StorageProvider = "OpenSim.Data.Null.dll:NullRegionData"
  51. NetworkConnector = "OpenSim.Services.Connectors.dll:GridServicesConnector"
  52. ; Because LocalGridServicesConnector starts this service, in grid mode we need to suppress
  53. ; the inappropriate console commands that it registers.
  54. SuppressConsoleCommands = true
  55. [LibraryService]
  56. LocalServiceModule = "OpenSim.Services.InventoryService.dll:LibraryService"
  57. LibraryName = "OpenSim Library"
  58. DefaultLibrary = "./inventory/Libraries.xml"
  59. [Friends]
  60. Connector = "OpenSim.Services.Connectors.dll:FriendsServicesConnector"
  61. [MapImageService]
  62. LocalServiceModule = "OpenSim.Services.Connectors.dll:MapImageServicesConnector"