Grid.ini 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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. AgentPreferencesServices= "RemoteAgentPreferencesServicesConnector"
  19. GridUserServices = "RemoteGridUserServicesConnector"
  20. SimulationServices = "RemoteSimulationConnectorModule"
  21. EntityTransferModule = "BasicEntityTransferModule"
  22. InventoryAccessModule = "BasicInventoryAccessModule"
  23. LandServices = "RemoteLandServicesConnector"
  24. MapImageService = "MapImageServiceModule"
  25. SearchModule = "BasicSearchModule"
  26. LandServiceInConnector = true
  27. NeighbourServiceInConnector = true
  28. SimulationServiceInConnector = true
  29. LibraryModule = true
  30. [SimulationService]
  31. ; This is the protocol version which the simulator advertises to the source destination when acting as a target destination for a teleport
  32. ; It is used to control the teleport handoff process.
  33. ; Valid values are
  34. ; "SIMULATION/0.3"
  35. ; - This is the default, and it supports teleports to variable-sized regions
  36. ; - Older versions can teleport to this one, but only if the destination region
  37. ; is 256x256
  38. ; "SIMULATION/0.2"
  39. ; - A source simulator which only implements "SIMULATION/0.1" can still teleport with that protocol
  40. ; - this protocol is more efficient than "SIMULATION/0.1"
  41. ; "SIMULATION/0.1"
  42. ; - this is an older teleport protocol used in OpenSimulator 0.7.5 and before.
  43. ConnectorProtocolVersion = "SIMULATION/0.3"
  44. [SimulationDataStore]
  45. LocalServiceModule = "OpenSim.Services.SimulationService.dll:SimulationDataService"
  46. [EstateDataStore]
  47. LocalServiceModule = "OpenSim.Services.EstateService.dll:EstateDataService"
  48. [GridService]
  49. LocalServiceModule = "OpenSim.Services.GridService.dll:GridService"
  50. ; for the LocalGridServicesConnector which is used by the Remote one
  51. StorageProvider = "OpenSim.Data.Null.dll:NullRegionData"
  52. NetworkConnector = "OpenSim.Services.Connectors.dll:GridServicesConnector"
  53. ; Because LocalGridServicesConnector starts this service, in grid mode we need to suppress
  54. ; the inappropriate console commands that it registers.
  55. SuppressConsoleCommands = true
  56. [LibraryService]
  57. LocalServiceModule = "OpenSim.Services.InventoryService.dll:LibraryService"
  58. LibraryName = "OpenSim Library"
  59. DefaultLibrary = "./inventory/Libraries.xml"
  60. [Friends]
  61. Connector = "OpenSim.Services.Connectors.dll:FriendsServicesConnector"
  62. [MapImageService]
  63. LocalServiceModule = "OpenSim.Services.Connectors.dll:MapImageServicesConnector"