GridCommon.ini.example 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  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. [Hypergrid]
  25. ; Uncomment the variables in this section only if you are in
  26. ; Hypergrid configuration. Otherwise, ignore.
  27. ;# {HomeURI} {Hypergrid} {The Home URL of this world} {}
  28. ;; If this is a standalone world, this is the address of this instance.
  29. ;; If this is a grided simulator, this is the address of the external robust server that
  30. ;; runs the UserAgentsService.
  31. ;; For example http://myworld.com:9000 or http://myworld.com:8002
  32. ;; This is a default that can be overwritten in some sections.
  33. ; HomeURI = "http://127.0.0.1:9000"
  34. ;# {GatekeeperURI} {Hypergrid} {The URL of the gatekeeper of this world} {}
  35. ;; If this is a standalone world, this is the address of this instance.
  36. ;; If this is a grided simulator, this is the address of the external robust server
  37. ;; that runs the Gatekeeper service.
  38. ;; For example http://myworld.com:9000 or http://myworld.com:8002
  39. ;; This is a default that can be overwritten in some sections.
  40. ; GatekeeperURI = "http://127.0.0.1:9000"
  41. [Modules]
  42. ;; Choose one cache module and the corresponding config file, if it exists.
  43. ;; Copy the config .example file into your own .ini file and adapt that.
  44. ;; We recommend the use of the FlotsamAssetCache since this is most actively maintained.
  45. AssetCaching = "FlotsamAssetCache"
  46. Include-FlotsamCache = "config-include/FlotsamCache.ini"
  47. ;AssetCaching = "CenomeMemoryAssetCache"
  48. ;Include-CenomeCache = "config-include/CenomeCache.ini"
  49. ;AssetCaching = "GlynnTuckerAssetCache"
  50. ;; Optionally, the port for the LLProxyLoginModule module can be changed
  51. ;Setup_LLProxyLoginModule = "9090/"
  52. ;; Authorization is not on by default, as it depends on external php
  53. ;AuthorizationServices = "RemoteAuthorizationServicesConnector"
  54. [AssetService]
  55. DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"
  56. AssetLoaderArgs = "assets/AssetSets.xml"
  57. ;
  58. ; Change this to your grid-wide asset server. Do not add a slash to the end of any of these addresses.
  59. ;
  60. AssetServerURI = "http://mygridserver.com:8003"
  61. [InventoryService]
  62. ;
  63. ; Change this to your grid-wide inventory server
  64. ;
  65. InventoryServerURI = "http://mygridserver.com:8003"
  66. [GridInfo]
  67. ;
  68. ; Change this to your grid info service
  69. ;
  70. GridInfoURI = "http://mygridserver.com:8002"
  71. [GridService]
  72. ;
  73. ; Change this to your grid-wide grid server
  74. ;
  75. GridServerURI = "http://mygridserver.com:8003"
  76. ;AllowHypergridMapSearch = true
  77. ;; Directory for map tile images of linked regions
  78. ; MapTileDirectory = "./maptiles"
  79. ; === HG ONLY ===
  80. ;; Change this to the address of your Gatekeeper service
  81. ;; (usually bundled with the rest of the services in one
  82. ;; Robust server in port 8002, but not always)
  83. Gatekeeper="http://mygridserver.com:8002"
  84. [Messaging]
  85. ; === HG ONLY ===
  86. ;; Change this to the address of your Gatekeeper service
  87. ;; (usually bundled with the rest of the services in one
  88. ;; Robust server in port 8002, but not always)
  89. Gatekeeper = "http://mygridserver.com:8002"
  90. [AvatarService]
  91. ;
  92. ; Change this to your grid-wide grid server
  93. ;
  94. AvatarServerURI = "http://mygridserver.com:8003"
  95. [PresenceService]
  96. ;
  97. ; Change this to your grid-wide presence server
  98. ;
  99. PresenceServerURI = "http://mygridserver.com:8003"
  100. [UserAccountService]
  101. ;
  102. ; Change this to your grid-wide user accounts server
  103. ;
  104. UserAccountServerURI = "http://mygridserver.com:8003"
  105. [GridUserService]
  106. ;
  107. ; Change this to your grid-wide user accounts server
  108. ;
  109. GridUserServerURI = "http://mygridserver.com:8003"
  110. [AuthenticationService]
  111. ;
  112. ; Change this to your grid-wide authentication server
  113. ;
  114. AuthenticationServerURI = "http://mygridserver.com:8003"
  115. [FriendsService]
  116. ;
  117. ; Change this to your grid-wide friends server
  118. ;
  119. FriendsServerURI = "http://mygridserver.com:8003"
  120. [HGInventoryAccessModule]
  121. ;
  122. ; === HG ONLY ===
  123. ; Change this to your server
  124. ; accessible from other grids
  125. ;
  126. HomeURI = "http://mygridserver.com:8002"
  127. Gatekeeper = "http://mygridserver.com:8002"
  128. ;; If you want to protect your assets from being copied by foreign visitors
  129. ;; uncomment the next line. You may want to do this on sims that have licensed content.
  130. ; OutboundPermission = False
  131. ;; Send visual reminder to local users that their inventories are unavailable while they are traveling
  132. ;; and available when they return. True by default.
  133. ;RestrictInventoryAccessAbroad = True
  134. [HGAssetService]
  135. ;
  136. ; === HG ONLY ===
  137. ; Change this to your server
  138. ; accessible from other grids
  139. ;
  140. HomeURI = "http://mygridserver.com:8002"
  141. ;; The asset types that this grid can export to / import from other grids.
  142. ;; Comma separated.
  143. ;; Valid values are all the asset types in OpenMetaverse.AssetType, namely:
  144. ;; Unknown, Texture, Sound, CallingCard, Landmark, Clothing, Object, Notecard, LSLText,
  145. ;; LSLBytecode, TextureTGA, Bodypart, SoundWAV, ImageTGA, ImageJPEG, Animation, Gesture, Mesh
  146. ;;
  147. ;; Leave blank or commented if you don't want to apply any restrictions.
  148. ;; A more strict, but still reasonable, policy may be to disallow the exchange
  149. ;; of scripts, like so:
  150. ; DisallowExport ="LSLText"
  151. ; DisallowImport ="LSLBytecode"
  152. [HGFriendsModule]
  153. ; User level required to be able to send friendship invitations to foreign users
  154. ;LevelHGFriends = 0;
  155. [UserAgentService]
  156. ;
  157. ; === HG ONLY ===
  158. ; Change this to your user agent server (HG robust)
  159. ;
  160. UserAgentServerURI = "http://mygridserver.com:8002"
  161. [MapImageService]
  162. MapImageServerURI = "http://mygridserver.com:8003"
  163. [AuthorizationService]
  164. ; If you have regions with access restrictions
  165. ; specify them here using the convention
  166. ; Region_<Region_Name> = <flags>
  167. ; Valid flags are:
  168. ; DisallowForeigners -- HG visitors not allowed
  169. ; DisallowResidents -- only Admins and Managers allowed
  170. ; Example:
  171. ; Region_Test_1 = "DisallowForeigners"
  172. ;; Uncomment if you are using SimianGrid for grid services
  173. [SimianGrid]
  174. ;; SimianGrid services URL
  175. ;; SimianServiceURL = "http://grid.sciencesim.com/Grid/"
  176. ;; Capability assigned by the grid administrator for the simulator
  177. ;; SimulatorCapability = "00000000-0000-0000-0000-000000000000"