HyperSimianGrid.ini 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  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. ;;
  7. ;; In GridCommon.ini, these are the URLs you would use if SimianGrid is
  8. ;; installed at http://www.mygrid.com/Grid/
  9. ;;
  10. ; AssetServerURI = "http://www.mygrid.com/Grid/?id="
  11. ; InventoryServerURI = "http://www.mygrid.com/Grid/"
  12. ; AvatarServerURI = "http://www.mygrid.com/Grid/"
  13. ; PresenceServerURI = "http://www.mygrid.com/Grid/"
  14. ; UserAccountServerURI = "http://www.mygrid.com/Grid/"
  15. ; AuthenticationServerURI = "http://www.mygrid.com/Grid/"
  16. ; FriendsServerURI = "http://www.mygrid.com/Grid/"
  17. ; GroupsServerURI = "http://www.mygrid.com/Grid/"
  18. [Includes]
  19. Include-Common = "config-include/GridCommon.ini"
  20. [Modules]
  21. GridServices = "RemoteGridServicesConnector"
  22. PresenceServices = "SimianPresenceServiceConnector"
  23. UserAccountServices = "SimianUserAccountServiceConnector"
  24. AuthenticationServices = "SimianAuthenticationServiceConnector"
  25. AssetServices = "HGAssetBroker"
  26. InventoryServices = "HGInventoryBroker"
  27. AvatarServices = "SimianAvatarServiceConnector"
  28. NeighbourServices = "RemoteNeighbourServicesConnector"
  29. SimulationServices = "RemoteSimulationConnectorModule"
  30. EntityTransferModule = "HGEntityTransferModule"
  31. InventoryAccessModule = "HGInventoryAccessModule"
  32. LandServiceInConnector = true
  33. NeighbourServiceInConnector = true
  34. SimulationServiceInConnector = true
  35. LibraryModule = false
  36. AssetCaching = "FlotsamAssetCache"
  37. [SimulationDataStore]
  38. LocalServiceModule = "OpenSim.Services.Connectors.dll:SimulationDataService"
  39. [EstateDataStore]
  40. LocalServiceModule = "OpenSim.Services.Connectors.dll:EstateDataService"
  41. [Friends]
  42. Connector = "OpenSim.Services.Connectors.dll:SimianFriendsServiceConnector"
  43. [GridService]
  44. LocalServiceModule = "OpenSim.Services.GridService.dll:GridService"
  45. StorageProvider = "OpenSim.Data.Null.dll:NullRegionData"
  46. NetworkConnector = "OpenSim.Services.Connectors.dll:SimianGridServiceConnector"
  47. AllowHypergridMapSearch = true
  48. [LibraryService]
  49. LocalServiceModule = "OpenSim.Services.InventoryService.dll:LibraryService"
  50. LibraryName = "OpenSim Library"
  51. DefaultLibrary = "./inventory/Libraries.xml"
  52. [AssetService]
  53. DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"
  54. LocalGridAssetService = "OpenSim.Services.Connectors.dll:SimianAssetServiceConnector"
  55. HypergridAssetService = "OpenSim.Services.Connectors.dll:HGAssetServiceConnector"
  56. AssetLoaderArgs = "assets/AssetSets.xml"
  57. [InventoryService]
  58. LocalGridInventoryService = "OpenSim.Services.Connectors.dll:SimianInventoryServiceConnector"
  59. [Groups]
  60. Enabled = true
  61. Module = GroupsModule
  62. DebugEnabled = false
  63. NoticesEnabled = true
  64. MessagingModule = GroupsMessagingModule
  65. MessagingEnabled = true
  66. ServicesConnectorModule = SimianGroupsServicesConnector
  67. [Profiles]
  68. Module = "SimianProfiles"
  69. [HGInventoryAccessModule]
  70. ;
  71. ; === HG ONLY ===
  72. ; Change this to your profile server
  73. ; accessible from other grids
  74. ;
  75. ProfileServerURI = "http://mygridserver.com:8002/user"
  76. ;; If you want to protect your assets from being copied by foreign visitors
  77. ;; uncomment the next line. You may want to do this on sims that have licensed content.
  78. ; OutboundPermission = False