HyperSimianGrid.ini 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  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 = "NeighbourServicesOutConnector"
  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. HypergridLinker = true
  48. AllowHypergridMapSearch = true
  49. [LibraryService]
  50. LocalServiceModule = "OpenSim.Services.InventoryService.dll:LibraryService"
  51. LibraryName = "OpenSim Library"
  52. DefaultLibrary = "./inventory/Libraries.xml"
  53. [AssetService]
  54. DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"
  55. LocalGridAssetService = "OpenSim.Services.Connectors.dll:SimianAssetServiceConnector"
  56. HypergridAssetService = "OpenSim.Services.Connectors.dll:HGAssetServiceConnector"
  57. AssetLoaderArgs = "assets/AssetSets.xml"
  58. [InventoryService]
  59. LocalGridInventoryService = "OpenSim.Services.Connectors.dll:SimianInventoryServiceConnector"
  60. [Groups]
  61. Enabled = true
  62. Module = GroupsModule
  63. DebugEnabled = false
  64. NoticesEnabled = true
  65. MessagingModule = GroupsMessagingModule
  66. MessagingEnabled = true
  67. ServicesConnectorModule = SimianGroupsServicesConnector
  68. [Profiles]
  69. Module = "SimianProfiles"
  70. [HGInventoryAccessModule]
  71. ;
  72. ; === HG ONLY ===
  73. ; Change this to your profile server
  74. ; accessible from other grids
  75. ;
  76. ProfileServerURI = "http://mygridserver.com:8002/user"
  77. ;; If you want to protect your assets from being copied by foreign visitors
  78. ;; uncomment the next line. You may want to do this on sims that have licensed content.
  79. ; OutboundPermission = False