Advertisement
Refael

GridCommon.ini

Jun 3rd, 2011
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.78 KB | None | 0 0
  1. [DatabaseService]
  2.  
  3. ;
  4.  
  5. ; ### Choose the DB
  6.  
  7. ;
  8.  
  9.  
  10.  
  11. ; SQLite
  12.  
  13. ; Include-Storage = "config-include/storage/SQLiteStandalone.ini";
  14.  
  15.  
  16.  
  17. ; Unfortunately the current SQLite database plugin is not compatible with Mac OSX. You can still use the older
  18.  
  19. ; legacy sqlite library if you are using Mono 2.4. Please see the notes in OpenSim.ini (search for sqlite)
  20.  
  21. ; for more details
  22.  
  23. ;Include-Storage = "config-include/storage/SQLiteLegacyStandalone.ini";
  24.  
  25.  
  26.  
  27. ; MySql
  28.  
  29. ; Uncomment these lines if you want to use mysql storage
  30.  
  31. ; Change the connection string to your db details
  32.  
  33. ;StorageProvider = "OpenSim.Data.MySQL.dll"
  34.  
  35. ConnectionString = "Data Source=localhost;Database=Liles;User ID=Ihsua;Password=TheSecretusPasswurd;"
  36.  
  37. ; Uncomment this line if you are using MySQL and want to use a different database for estates
  38.  
  39. ;EstateConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;"
  40.  
  41.  
  42.  
  43. [AssetService]
  44.  
  45.  
  46.  
  47. DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"
  48.  
  49. AssetLoaderArgs = "assets/AssetSets.xml"
  50.  
  51.  
  52.  
  53. ;
  54.  
  55. ; change this to your grid-wide asset server
  56.  
  57. ;
  58.  
  59. AssetServerURI = "http://assets.osgrid.org"
  60.  
  61.  
  62.  
  63. [InventoryService]
  64.  
  65. ;
  66.  
  67. ; change this to your grid-wide inventory server
  68.  
  69. ;
  70.  
  71. InventoryServerURI = "http://inventory.osgrid.org"
  72.  
  73.  
  74.  
  75. [GridService]
  76.  
  77. ;
  78.  
  79. ; change this to your grid-wide grid server
  80.  
  81. ;
  82.  
  83. GridServerURI = "http://grid.osgrid.org"
  84.  
  85. AllowHypergridMapSearch = true
  86.  
  87.  
  88.  
  89. ;; Directory for map tile images of linked regions
  90.  
  91. MapTileDirectory = "./maptiles"
  92.  
  93.  
  94.  
  95. ; === HG ONLY ===
  96.  
  97. ;; change this to the address of your Gatekeeper service
  98.  
  99. ;; (usually bundled with the rest of the services in one
  100.  
  101. ;; Robust server in port 8002, but not always)
  102.  
  103. Gatekeeper="http://hg.osgrid.org:80"
  104.  
  105.  
  106.  
  107. [AvatarService]
  108.  
  109. ;
  110.  
  111. ; change this to your grid-wide grid server
  112.  
  113. ;
  114.  
  115. AvatarServerURI = "http://avatar.osgrid.org"
  116.  
  117.  
  118.  
  119. [PresenceService]
  120.  
  121. ;
  122.  
  123. ; change this to your grid-wide presence server
  124.  
  125. ;
  126.  
  127. PresenceServerURI = "http://presence.osgrid.org"
  128.  
  129.  
  130.  
  131. [UserAccountService]
  132.  
  133. ;
  134.  
  135. ; change this to your grid-wide user accounts server
  136.  
  137. ;
  138.  
  139. UserAccountServerURI = "http://users.osgrid.org"
  140.  
  141.  
  142.  
  143. [GridUserService]
  144.  
  145. ;
  146.  
  147. ; change this to your grid-wide user accounts server
  148.  
  149. ;
  150.  
  151. GridUserServerURI = "http://users.osgrid.org"
  152.  
  153.  
  154.  
  155. [AuthenticationService]
  156.  
  157. ;
  158.  
  159. ; change this to your grid-wide authentication server
  160.  
  161. ;
  162.  
  163. AuthenticationServerURI = "http://login.osgrid.org"
  164.  
  165.  
  166.  
  167. [FriendsService]
  168.  
  169. ;
  170.  
  171. ; change this to your grid-wide friends server
  172.  
  173. ;
  174.  
  175. FriendsServerURI = "http://friends.osgrid.org"
  176.  
  177.  
  178.  
  179. [HGInventoryAccessModule]
  180.  
  181. ;
  182.  
  183. ; === HG ONLY ===
  184.  
  185. ; Change this to your profile server
  186.  
  187. ; accessible from other grids
  188.  
  189. ;
  190.  
  191. ProfileServerURI = "http://users.osgrid.org"
  192.  
  193.  
  194.  
  195. [Modules]
  196.  
  197. ;; Choose 0 or 1 cache modules, and the corresponding config file, if it exists.
  198.  
  199. ;; Copy the config .example file into your own .ini file and change configs there
  200.  
  201.  
  202.  
  203. AssetCaching = "FlotsamAssetCache"
  204.  
  205. Include-FlotsamCache = "config-include/FlotsamCache.ini"
  206.  
  207.  
  208.  
  209. ;AssetCaching = "CenomeMemoryAssetCache"
  210.  
  211. ;Include-CenomeCache = "config-include/CenomeCache.ini"
  212.  
  213.  
  214.  
  215. ;AssetCaching = "GlynnTuckerAssetCache"
  216.  
  217.  
  218.  
  219. ;; Optionally, the port for the LLProxyLoginModule module can be changed
  220.  
  221.  
  222.  
  223. ;Setup_LLProxyLoginModule = "9090/"
  224.  
  225.  
  226.  
  227. ;; Authorization is not on by default, as it depends on external php
  228.  
  229. ;AuthorizationServices = "RemoteAuthorizationServicesConnector"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement