GridCommon.ini.example 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  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. ; The usual application for this is to allow estates to be spread out across multiple simulators by share the same database.
  15. ; Most people won't need to do this so only uncomment if you know what you're doing.
  16. ;EstateConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;Old Guids=true;"
  17. ; MSSQL
  18. ; Uncomment these lines if you want to use MSSQL storage
  19. ; Change the connection string to your db details
  20. ; The value for server property is shown in your SQL Server Management Studio login dialog.
  21. ; (This sample is the default of express edition)
  22. ;StorageProvider = "OpenSim.Data.MSSQL.dll"
  23. ;ConnectionString = "Server=localhost\SQLEXPRESS;Database=opensim;User Id=opensim; password=***;"
  24. [Modules]
  25. ;; Choose one cache module and the corresponding config file, if it exists.
  26. ;; Copy the config .example file into your own .ini file and adapt that.
  27. ;; We recommend the use of the FlotsamAssetCache since this is most actively maintained.
  28. AssetCaching = "FlotsamAssetCache"
  29. Include-FlotsamCache = "config-include/FlotsamCache.ini"
  30. ;AssetCaching = "CenomeMemoryAssetCache"
  31. ;Include-CenomeCache = "config-include/CenomeCache.ini"
  32. ;AssetCaching = "GlynnTuckerAssetCache"
  33. ;; Optionally, the port for the LLProxyLoginModule module can be changed
  34. ;Setup_LLProxyLoginModule = "9090/"
  35. ;; Authorization is not on by default, as it depends on external php
  36. ;AuthorizationServices = "RemoteAuthorizationServicesConnector"
  37. [AssetService]
  38. DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"
  39. AssetLoaderArgs = "assets/AssetSets.xml"
  40. ;
  41. ; Change this to your grid-wide asset server. Do not add a slash to the end of any of these addresses.
  42. ;
  43. AssetServerURI = "http://mygridserver.com:8003"
  44. [InventoryService]
  45. ;
  46. ; Change this to your grid-wide inventory server
  47. ;
  48. InventoryServerURI = "http://mygridserver.com:8003"
  49. [GridInfo]
  50. ;
  51. ; Change this to your grid info service
  52. ;
  53. GridInfoURI = "http://mygridserver.com:8002"
  54. [GridService]
  55. ;
  56. ; Change this to your grid-wide grid server
  57. ;
  58. GridServerURI = "http://mygridserver.com:8003"
  59. ;AllowHypergridMapSearch = true
  60. ;; Directory for map tile images of linked regions
  61. ; MapTileDirectory = "./maptiles"
  62. ; === HG ONLY ===
  63. ;; Change this to the address of your Gatekeeper service
  64. ;; (usually bundled with the rest of the services in one
  65. ;; Robust server in port 8002, but not always)
  66. Gatekeeper="http://mygridserver.com:8002"
  67. [Messaging]
  68. ; === HG ONLY ===
  69. ;; Change this to the address of your Gatekeeper service
  70. ;; (usually bundled with the rest of the services in one
  71. ;; Robust server in port 8002, but not always)
  72. Gatekeeper = "http://mygridserver.com:8002"
  73. [AvatarService]
  74. ;
  75. ; Change this to your grid-wide grid server
  76. ;
  77. AvatarServerURI = "http://mygridserver.com:8003"
  78. [PresenceService]
  79. ;
  80. ; Change this to your grid-wide presence server
  81. ;
  82. PresenceServerURI = "http://mygridserver.com:8003"
  83. [UserAccountService]
  84. ;
  85. ; Change this to your grid-wide user accounts server
  86. ;
  87. UserAccountServerURI = "http://mygridserver.com:8003"
  88. [GridUserService]
  89. ;
  90. ; Change this to your grid-wide user accounts server
  91. ;
  92. GridUserServerURI = "http://mygridserver.com:8003"
  93. [AuthenticationService]
  94. ;
  95. ; Change this to your grid-wide authentication server
  96. ;
  97. AuthenticationServerURI = "http://mygridserver.com:8003"
  98. [FriendsService]
  99. ;
  100. ; Change this to your grid-wide friends server
  101. ;
  102. FriendsServerURI = "http://mygridserver.com:8003"
  103. [HGInventoryAccessModule]
  104. ;
  105. ; === HG ONLY ===
  106. ; Change this to your server
  107. ; accessible from other grids
  108. ;
  109. HomeURI = "http://mygridserver.com:8002"
  110. Gatekeeper = "http://mygridserver.com:8002"
  111. ;; If you want to protect your assets from being copied by foreign visitors
  112. ;; uncomment the next line. You may want to do this on sims that have licensed content.
  113. ; OutboundPermission = False
  114. [HGAssetService]
  115. ;
  116. ; === HG ONLY ===
  117. ; Change this to your server
  118. ; accessible from other grids
  119. ;
  120. HomeURI = "http://mygridserver.com:8002"
  121. ;; The asset types that this grid can export to / import from other grids.
  122. ;; Comma separated.
  123. ;; Valid values are all the asset types in OpenMetaverse.AssetType, namely:
  124. ;; Unknown, Texture, Sound, CallingCard, Landmark, Clothing, Object, Notecard, LSLText,
  125. ;; LSLBytecode, TextureTGA, Bodypart, SoundWAV, ImageTGA, ImageJPEG, Animation, Gesture, Mesh
  126. ;;
  127. ;; Leave blank or commented if you don't want to apply any restrictions.
  128. ;; A more strict, but still reasonable, policy may be to disallow the exchange
  129. ;; of scripts, like so:
  130. ; DisallowExport ="LSLText"
  131. ; DisallowImport ="LSLBytecode"
  132. [HGFriendsModule]
  133. ; User level required to be able to send friendship invitations to foreign users
  134. ;LevelHGFriends = 0;
  135. [UserAgentService]
  136. ;
  137. ; === HG ONLY ===
  138. ; Change this to your user agent server (HG robust)
  139. ;
  140. UserAgentServerURI = "http://mygridserver.com:8002"
  141. [MapImageService]
  142. MapImageServerURI = "http://mygridserver.com:8003"
  143. [AuthorizationService]
  144. ; If you have regions with access restrictions
  145. ; specify them here using the convention
  146. ; Region_<Region_Name> = <flags>
  147. ; Valid flags are:
  148. ; DisallowForeigners -- HG visitors not allowed
  149. ; DisallowResidents -- only Admins and Managers allowed
  150. ; Example:
  151. ; Region_Test_1 = "DisallowForeigners"