Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

Something
Sunday, July 15th, 2012 at 1:10:04pm MDT 

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

advertising

Update the Post

Either update this post and resubmit it with changes, or make a new post.

You may also comment on this post.

update paste below
details of the post (optional)

Note: Only the paste content is required, though the following information can be useful to others.

Save name / title?

(space separated, optional)



Please note that information posted here will expire by default in one month. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.