RandyPierce

IP135-GridCommon.ini

Jun 26th, 2014
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.59 KB | None | 0 0
  1. ;;GridCommon.ini from 192.168.1.135 - works fine in .125 but not 135
  2. ; This is the main configuration file for an instance of OpenSim running in grid mode
  3.  
  4. [DatabaseService]
  5. ;
  6. ; ### Choose the DB
  7. ;
  8.  
  9. ; SQLite
  10. ; Include-Storage = "config-include/storage/SQLiteStandalone.ini";
  11.  
  12. ; MySql
  13. ; Uncomment these lines if you want to use mysql storage
  14. ; Change the connection string to your db details
  15. StorageProvider = "OpenSim.Data.MySQL.dll"
  16. ConnectionString = "Data Source=192.168.1.125;Database=opensim;User ID=opensim;Password=xxxxxxx;Old Guids=true;"
  17. ; Uncomment this line if you are using MySQL and want to use a different database for estates
  18. ; The usual application for this is to allow estates to be spread out across multiple simulators by share the same database.
  19. ; Most people won't need to do this so only uncomment if you know what you're doing.
  20. EstateConnectionString = "Data Source=192.168.1.125;Database=services_all;User ID=opensim;Password=xxxxxxx;Old Guids=true;"
  21.  
  22. ; MSSQL
  23. ; Uncomment these lines if you want to use MSSQL storage
  24. ; Change the connection string to your db details
  25. ; The value for server property is shown in your SQL Server Management Studio login dialog.
  26. ; (This sample is the default of express edition)
  27. ;StorageProvider = "OpenSim.Data.MSSQL.dll"
  28. ;ConnectionString = "Server=localhost\SQLEXPRESS;Database=opensim;User Id=opensim; password=***;"
  29.  
  30. ; PGSQL
  31. ; Uncomment these lines if you want to use PGSQL storage
  32. ; Change the connection string to your db details
  33. ;StorageProvider = "OpenSim.Data.PGSQL.dll"
  34. ;ConnectionString = "Server=localhost;Database=opensim;User Id=opensim; password=***;"
  35.  
  36. [Hypergrid]
  37. ; Uncomment the variables in this section only if you are in
  38. ; Hypergrid configuration. Otherwise, ignore.
  39.  
  40. ;# {HomeURI} {Hypergrid} {The Home URL of this world} {}
  41. ;; If this is a standalone world, this is the address of this instance.
  42. ;; If this is a grided simulator, this is the address of the external robust server that
  43. ;; runs the UserAgentsService.
  44. ;; For example http://myworld.com:9000 or http://myworld.com:8002
  45. ;; This is a default that can be overwritten in some sections.
  46. HomeURI = "http://gcse.dyndns.org:8002"
  47.  
  48. ;# {GatekeeperURI} {Hypergrid} {The URL of the gatekeeper of this world} {}
  49. ;; If this is a standalone world, this is the address of this instance.
  50. ;; If this is a grided simulator, this is the address of the external robust server
  51. ;; that runs the Gatekeeper service.
  52. ;; For example http://myworld.com:9000 or http://myworld.com:8002
  53. ;; This is a default that can be overwritten in some sections.
  54. GatekeeperURI = "http://gcse.dyndns.org:8002"
  55.  
  56. [Modules]
  57. ;; Choose one cache module and the corresponding config file, if it exists.
  58. ;; Copy the config .example file into your own .ini file and adapt that.
  59. ;; We recommend the use of the FlotsamAssetCache since this is most actively maintained.
  60.  
  61. AssetCaching = "FlotsamAssetCache"
  62. Include-FlotsamCache = "config-include/FlotsamCache.ini"
  63.  
  64. ;AssetCaching = "CenomeMemoryAssetCache"
  65. ;Include-CenomeCache = "config-include/CenomeCache.ini"
  66.  
  67. ;AssetCaching = "GlynnTuckerAssetCache"
  68.  
  69. ;; Optionally, the port for the LLProxyLoginModule module can be changed
  70. ;Setup_LLProxyLoginModule = "9090/"
  71.  
  72. ;; Authorization is not on by default, as it depends on external php
  73. ;AuthorizationServices = "RemoteAuthorizationServicesConnector"
  74.  
  75. [AssetService]
  76. DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"
  77. AssetLoaderArgs = "assets/AssetSets.xml"
  78.  
  79. ;
  80. ; Change this to your grid-wide asset server. Do not add a slash to the end of any of these addresses.
  81. ;
  82. AssetServerURI = "http://gcse.dyndns.org:8003"
  83.  
  84. [InventoryService]
  85. ;
  86. ; Change this to your grid-wide inventory server
  87. ;
  88. InventoryServerURI = "http://gcse.dyndns.org:8003"
  89.  
  90. [GridInfo]
  91. ;
  92. ; Change this to your grid info service
  93. ;
  94. GridInfoURI = "http://gcse.dyndns.org:8002"
  95.  
  96. [GridService]
  97. ;
  98. ; Change this to your grid-wide grid server
  99. ;
  100. GridServerURI = "http://gcse.dyndns.org:8003"
  101. AllowHypergridMapSearch = true
  102.  
  103. ;; Directory for map tile images of linked regions
  104. MapTileDirectory = "./maptiles"
  105.  
  106. ; === HG ONLY ===
  107. ;; Change this to the address of your Gatekeeper service
  108. ;; (usually bundled with the rest of the services in one
  109. ;; Robust server in port 8002, but not always)
  110. Gatekeeper="http://gcse.dyndns.org:8002"
  111.  
  112. [Messaging]
  113. ; === HG ONLY ===
  114. ;; Change this to the address of your Gatekeeper service
  115. ;; (usually bundled with the rest of the services in one
  116. ;; Robust server in port 8002, but not always)
  117. Gatekeeper = "http://gcse.dyndns.org:8002"
  118.  
  119. [AvatarService]
  120. ;
  121. ; Change this to your grid-wide grid server
  122. ;
  123. AvatarServerURI = "http://gcse.dyndns.org:8003"
  124.  
  125. [PresenceService]
  126. ;
  127. ; Change this to your grid-wide presence server
  128. ;
  129. PresenceServerURI = "http://gcse.dyndns.org:8003"
  130.  
  131. [UserAccountService]
  132. ;
  133. ; Change this to your grid-wide user accounts server
  134. ;
  135. UserAccountServerURI = "http://gcse.dyndns.org:8003"
  136.  
  137. [GridUserService]
  138. ;
  139. ; Change this to your grid-wide user accounts server
  140. ;
  141. GridUserServerURI = "http://gcse.dyndns.org:8003"
  142.  
  143. [AuthenticationService]
  144. ;
  145. ; Change this to your grid-wide authentication server
  146. ;
  147. AuthenticationServerURI = "http://gcse.dyndns.org:8003"
  148.  
  149. [FriendsService]
  150. ;
  151. ; Change this to your grid-wide friends server
  152. ;
  153. FriendsServerURI = "http://gcse.dyndns.org:8003"
  154.  
  155. [HGInventoryAccessModule]
  156. ;
  157. ; === HG ONLY ===
  158. ; Change this to your server
  159. ; accessible from other grids
  160. ;
  161. HomeURI = "http://gcse.dyndns.org:8002"
  162. Gatekeeper = "http://gcse.dyndns.org:8002"
  163. ;; If you want to protect your assets from being copied by foreign visitors
  164. ;; set this to false. You may want to do this on sims that have licensed content.
  165. ;; Default is true.
  166. OutboundPermission = True
  167.  
  168. ;; Send visual reminder to local users that their inventories are unavailable while they are traveling
  169. ;; and available when they return. True by default.
  170. RestrictInventoryAccessAbroad = False
  171.  
  172. ;; Warning: advanced and unusual. Default is false.
  173. ;; Enables configurations where grids share user services, including inventory,
  174. ;; while separating regions' assets from users' assets. Asset transfer between
  175. ;; the users' asset server and the regions' asset server is done in HG-like manner.
  176. ; CheckSeparateAssets = false
  177. ; RegionHGAssetServerURI = http://gcse.dyndns.org:8002
  178.  
  179.  
  180. [HGAssetService]
  181. ;
  182. ; === HG ONLY ===
  183. ; Change this to your server
  184. ; accessible from other grids
  185. ;
  186. HomeURI = "http://gcse.dyndns.org:8002"
  187.  
  188. ;; The asset types that this grid can export to / import from other grids.
  189. ;; Comma separated.
  190. ;; Valid values are all the asset types in OpenMetaverse.AssetType, namely:
  191. ;; Unknown, Texture, Sound, CallingCard, Landmark, Clothing, Object, Notecard, LSLText,
  192. ;; LSLBytecode, TextureTGA, Bodypart, SoundWAV, ImageTGA, ImageJPEG, Animation, Gesture, Mesh
  193. ;;
  194. ;; Leave blank or commented if you don't want to apply any restrictions.
  195. ;; A more strict, but still reasonable, policy may be to disallow the exchange
  196. ;; of scripts, like so:
  197. ; DisallowExport ="LSLText"
  198. ; DisallowImport ="LSLBytecode"
  199.  
  200. [HGFriendsModule]
  201. ; User level required to be able to send friendship invitations to foreign users
  202. ;LevelHGFriends = 0;
  203.  
  204. [UserAgentService]
  205. ;
  206. ; === HG ONLY ===
  207. ; Change this to your user agent server (HG robust)
  208. ;
  209. UserAgentServerURI = "http://gcse.dyndns.org:8002"
  210.  
  211. [MapImageService]
  212. MapImageServerURI = "http://gcse.dyndns.org:8003"
  213.  
  214. [AuthorizationService]
  215. ; If you have regions with access restrictions
  216. ; specify them here using the convention
  217. ; Region_<Region_Name> = <flags>
  218. ; Valid flags are:
  219. ; DisallowForeigners -- HG visitors not allowed
  220. ; DisallowResidents -- only Admins and Managers allowed
  221. ; Example:
  222. ; Region_Test_1 = "DisallowForeigners"
  223.  
  224. ;; Uncomment if you are using SimianGrid for grid services
  225. [SimianGrid]
  226. ;; SimianGrid services URL
  227. ;; SimianServiceURL = "http://grid.sciencesim.com/Grid/"
  228.  
  229. ;; Capability assigned by the grid administrator for the simulator
  230. ;; SimulatorCapability = "00000000-0000-0000-0000-000000000000"
Advertisement
Add Comment
Please, Sign In to add comment