GridCommon.ini.example 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. ; This is the main configuration file for an instance of OpenSim running in grid mode
  2. [DatabaseService]
  3. ;
  4. ; ### Choose the DB
  5. ;
  6. ; SQLite
  7. Include-Storage = "config-include/storage/SQLiteStandalone.ini";
  8. ; MySql
  9. ; Uncomment these lines if you want to use mysql storage
  10. ; Change the connection string to your db details
  11. ;StorageProvider = "OpenSim.Data.MySQL.dll"
  12. ;ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;Old Guids=true;"
  13. ; Uncomment this line if you are using MySQL and want to use a different database for estates
  14. ;EstateConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;Old Guids=true;"
  15. ; MSSQL
  16. ; Uncomment these lines if you want to use MSSQL storage
  17. ; Change the connection string to your db details
  18. ; The value for server property is shown in your SQL Server Management Studio login dialog.
  19. ; (This sample is the default of express edition)
  20. ;StorageProvider = "OpenSim.Data.MSSQL.dll"
  21. ;ConnectionString = "Server=localhost\SQLEXPRESS;Database=opensim;User Id=opensim; password=***;"
  22. [Modules]
  23. ;; Choose one cache module and the corresponding config file, if it exists.
  24. ;; Copy the config .example file into your own .ini file and adapt that.
  25. ;; We recommend the use of the FlotsamAssetCache since this is most actively maintained.
  26. AssetCaching = "FlotsamAssetCache"
  27. Include-FlotsamCache = "config-include/FlotsamCache.ini"
  28. ;AssetCaching = "CenomeMemoryAssetCache"
  29. ;Include-CenomeCache = "config-include/CenomeCache.ini"
  30. ;AssetCaching = "GlynnTuckerAssetCache"
  31. ;; Optionally, the port for the LLProxyLoginModule module can be changed
  32. ;Setup_LLProxyLoginModule = "9090/"
  33. ;; Authorization is not on by default, as it depends on external php
  34. ;AuthorizationServices = "RemoteAuthorizationServicesConnector"
  35. [AssetService]
  36. DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"
  37. AssetLoaderArgs = "assets/AssetSets.xml"
  38. ;
  39. ; Change this to your grid-wide asset server. Do not add a slash to the end of any of these addresses.
  40. ;
  41. AssetServerURI = "http://mygridserver.com:8003"
  42. [InventoryService]
  43. ;
  44. ; Change this to your grid-wide inventory server
  45. ;
  46. InventoryServerURI = "http://mygridserver.com:8003"
  47. [GridService]
  48. ;
  49. ; Change this to your grid-wide grid server
  50. ;
  51. GridServerURI = "http://mygridserver.com:8003"
  52. ;AllowHypergridMapSearch = true
  53. ;; Directory for map tile images of linked regions
  54. ; MapTileDirectory = "./maptiles"
  55. ; === HG ONLY ===
  56. ;; Change this to the address of your Gatekeeper service
  57. ;; (usually bundled with the rest of the services in one
  58. ;; Robust server in port 8002, but not always)
  59. Gatekeeper="http://mygridserver.com:8002"
  60. [Messaging]
  61. ; === HG ONLY ===
  62. ;; Change this to the address of your Gatekeeper service
  63. ;; (usually bundled with the rest of the services in one
  64. ;; Robust server in port 8002, but not always)
  65. Gatekeeper = "http://mygridserver.com:8002"
  66. [AvatarService]
  67. ;
  68. ; Change this to your grid-wide grid server
  69. ;
  70. AvatarServerURI = "http://mygridserver.com:8003"
  71. [PresenceService]
  72. ;
  73. ; Change this to your grid-wide presence server
  74. ;
  75. PresenceServerURI = "http://mygridserver.com:8003"
  76. [UserAccountService]
  77. ;
  78. ; Change this to your grid-wide user accounts server
  79. ;
  80. UserAccountServerURI = "http://mygridserver.com:8003"
  81. [GridUserService]
  82. ;
  83. ; Change this to your grid-wide user accounts server
  84. ;
  85. GridUserServerURI = "http://mygridserver.com:8003"
  86. [AuthenticationService]
  87. ;
  88. ; Change this to your grid-wide authentication server
  89. ;
  90. AuthenticationServerURI = "http://mygridserver.com:8003"
  91. [FriendsService]
  92. ;
  93. ; Change this to your grid-wide friends server
  94. ;
  95. FriendsServerURI = "http://mygridserver.com:8003"
  96. [HGInventoryAccessModule]
  97. ;
  98. ; === HG ONLY ===
  99. ; Change this to your server
  100. ; accessible from other grids
  101. ;
  102. ProfileServerURI = "http://mygridserver.com:8002/user"
  103. Gatekeeper = "http://mygridserver.com:8002"
  104. ;; If you want to protect your assets from being copied by foreign visitors
  105. ;; uncomment the next line. You may want to do this on sims that have licensed content.
  106. ; OutboundPermission = False
  107. [UserAgentService]
  108. ;
  109. ; === HG ONLY ===
  110. ; Change this to your user agent server (HG robust)
  111. ;
  112. UserAgentServerURI = "http://mygridserver.com:8002"
  113. [MapImageService]
  114. MapImageServerURI = "http://mygridserver.com:8003"