2011-10-22 01:47:53 +00:00
|
|
|
; This is the main configuration file for an instance of OpenSim running in grid mode
|
|
|
|
|
2010-09-12 21:20:26 +00:00
|
|
|
[DatabaseService]
|
|
|
|
;
|
|
|
|
; ### Choose the DB
|
|
|
|
;
|
|
|
|
|
|
|
|
; SQLite
|
|
|
|
Include-Storage = "config-include/storage/SQLiteStandalone.ini";
|
|
|
|
|
2010-10-04 21:10:07 +00:00
|
|
|
; MySql
|
|
|
|
; Uncomment these lines if you want to use mysql storage
|
2010-09-12 21:20:26 +00:00
|
|
|
; Change the connection string to your db details
|
|
|
|
;StorageProvider = "OpenSim.Data.MySQL.dll"
|
2011-06-09 13:26:03 +00:00
|
|
|
;ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;Old Guids=true;"
|
2010-09-12 21:20:26 +00:00
|
|
|
; Uncomment this line if you are using MySQL and want to use a different database for estates
|
2012-02-07 20:35:04 +00:00
|
|
|
; The usual application for this is to allow estates to be spread out across multiple simulators by share the same database.
|
|
|
|
; Most people won't need to do this so only uncomment if you know what you're doing.
|
2011-06-09 13:26:03 +00:00
|
|
|
;EstateConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;Old Guids=true;"
|
2010-09-12 21:20:26 +00:00
|
|
|
|
2011-05-28 03:07:23 +00:00
|
|
|
; MSSQL
|
|
|
|
; Uncomment these lines if you want to use MSSQL storage
|
|
|
|
; Change the connection string to your db details
|
|
|
|
; The value for server property is shown in your SQL Server Management Studio login dialog.
|
|
|
|
; (This sample is the default of express edition)
|
|
|
|
;StorageProvider = "OpenSim.Data.MSSQL.dll"
|
|
|
|
;ConnectionString = "Server=localhost\SQLEXPRESS;Database=opensim;User Id=opensim; password=***;"
|
|
|
|
|
2013-02-28 04:49:41 +00:00
|
|
|
[Hypergrid]
|
|
|
|
; Uncomment the variables in this section only if you are in
|
|
|
|
; Hypergrid configuration. Otherwise, ignore.
|
|
|
|
|
|
|
|
;# {HomeURI} {Hypergrid} {The Home URL of this world} {}
|
|
|
|
;; If this is a standalone world, this is the address of this instance.
|
|
|
|
;; If this is a grided simulator, this is the address of the external robust server that
|
|
|
|
;; runs the UserAgentsService.
|
|
|
|
;; For example http://myworld.com:9000 or http://myworld.com:8002
|
|
|
|
;; This is a default that can be overwritten in some sections.
|
|
|
|
; HomeURI = "http://127.0.0.1:9000"
|
|
|
|
|
|
|
|
;# {GatekeeperURI} {Hypergrid} {The URL of the gatekeeper of this world} {}
|
|
|
|
;; If this is a standalone world, this is the address of this instance.
|
|
|
|
;; If this is a grided simulator, this is the address of the external robust server
|
|
|
|
;; that runs the Gatekeeper service.
|
|
|
|
;; For example http://myworld.com:9000 or http://myworld.com:8002
|
|
|
|
;; This is a default that can be overwritten in some sections.
|
|
|
|
; GatekeeperURI = "http://127.0.0.1:9000"
|
|
|
|
|
2011-10-22 01:51:41 +00:00
|
|
|
[Modules]
|
|
|
|
;; Choose one cache module and the corresponding config file, if it exists.
|
|
|
|
;; Copy the config .example file into your own .ini file and adapt that.
|
|
|
|
;; We recommend the use of the FlotsamAssetCache since this is most actively maintained.
|
|
|
|
|
|
|
|
AssetCaching = "FlotsamAssetCache"
|
|
|
|
Include-FlotsamCache = "config-include/FlotsamCache.ini"
|
|
|
|
|
|
|
|
;AssetCaching = "CenomeMemoryAssetCache"
|
|
|
|
;Include-CenomeCache = "config-include/CenomeCache.ini"
|
2009-05-25 01:59:50 +00:00
|
|
|
|
2011-10-22 01:51:41 +00:00
|
|
|
;AssetCaching = "GlynnTuckerAssetCache"
|
|
|
|
|
|
|
|
;; Optionally, the port for the LLProxyLoginModule module can be changed
|
|
|
|
;Setup_LLProxyLoginModule = "9090/"
|
|
|
|
|
|
|
|
;; Authorization is not on by default, as it depends on external php
|
|
|
|
;AuthorizationServices = "RemoteAuthorizationServicesConnector"
|
|
|
|
|
|
|
|
[AssetService]
|
2009-05-25 01:59:50 +00:00
|
|
|
DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"
|
|
|
|
AssetLoaderArgs = "assets/AssetSets.xml"
|
|
|
|
|
|
|
|
;
|
2011-07-12 22:35:06 +00:00
|
|
|
; Change this to your grid-wide asset server. Do not add a slash to the end of any of these addresses.
|
2009-05-25 01:59:50 +00:00
|
|
|
;
|
2011-10-22 01:51:41 +00:00
|
|
|
AssetServerURI = "http://mygridserver.com:8003"
|
2009-05-25 01:59:50 +00:00
|
|
|
|
2009-06-10 13:18:32 +00:00
|
|
|
[InventoryService]
|
|
|
|
;
|
2011-07-12 22:35:06 +00:00
|
|
|
; Change this to your grid-wide inventory server
|
2009-06-10 13:18:32 +00:00
|
|
|
;
|
2011-10-22 01:51:41 +00:00
|
|
|
InventoryServerURI = "http://mygridserver.com:8003"
|
2009-06-10 13:18:32 +00:00
|
|
|
|
2012-01-18 03:07:40 +00:00
|
|
|
[GridInfo]
|
|
|
|
;
|
|
|
|
; Change this to your grid info service
|
|
|
|
;
|
|
|
|
GridInfoURI = "http://mygridserver.com:8002"
|
|
|
|
|
2009-09-26 17:08:59 +00:00
|
|
|
[GridService]
|
|
|
|
;
|
2011-07-12 22:35:06 +00:00
|
|
|
; Change this to your grid-wide grid server
|
2009-09-26 17:08:59 +00:00
|
|
|
;
|
2009-10-05 19:18:35 +00:00
|
|
|
GridServerURI = "http://mygridserver.com:8003"
|
2010-02-01 06:35:23 +00:00
|
|
|
;AllowHypergridMapSearch = true
|
2010-01-13 17:44:20 +00:00
|
|
|
|
2010-12-13 20:19:33 +00:00
|
|
|
;; Directory for map tile images of linked regions
|
2011-02-16 16:42:01 +00:00
|
|
|
; MapTileDirectory = "./maptiles"
|
2010-12-13 20:19:33 +00:00
|
|
|
|
2011-03-28 23:46:04 +00:00
|
|
|
; === HG ONLY ===
|
2011-07-12 22:35:06 +00:00
|
|
|
;; Change this to the address of your Gatekeeper service
|
|
|
|
;; (usually bundled with the rest of the services in one
|
|
|
|
;; Robust server in port 8002, but not always)
|
|
|
|
Gatekeeper="http://mygridserver.com:8002"
|
2011-03-28 23:46:04 +00:00
|
|
|
|
2011-05-27 20:07:18 +00:00
|
|
|
[Messaging]
|
2011-05-27 20:35:22 +00:00
|
|
|
; === HG ONLY ===
|
2011-07-12 22:35:06 +00:00
|
|
|
;; Change this to the address of your Gatekeeper service
|
2011-05-27 20:07:18 +00:00
|
|
|
;; (usually bundled with the rest of the services in one
|
|
|
|
;; Robust server in port 8002, but not always)
|
|
|
|
Gatekeeper = "http://mygridserver.com:8002"
|
|
|
|
|
2010-01-13 17:44:20 +00:00
|
|
|
[AvatarService]
|
|
|
|
;
|
2011-07-12 22:35:06 +00:00
|
|
|
; Change this to your grid-wide grid server
|
2010-01-13 17:44:20 +00:00
|
|
|
;
|
|
|
|
AvatarServerURI = "http://mygridserver.com:8003"
|
2009-06-10 13:18:32 +00:00
|
|
|
|
2010-01-03 19:44:57 +00:00
|
|
|
[PresenceService]
|
|
|
|
;
|
2011-07-12 22:35:06 +00:00
|
|
|
; Change this to your grid-wide presence server
|
2010-01-03 19:44:57 +00:00
|
|
|
;
|
|
|
|
PresenceServerURI = "http://mygridserver.com:8003"
|
|
|
|
|
|
|
|
[UserAccountService]
|
|
|
|
;
|
2011-07-12 22:35:06 +00:00
|
|
|
; Change this to your grid-wide user accounts server
|
2010-01-03 19:44:57 +00:00
|
|
|
;
|
|
|
|
UserAccountServerURI = "http://mygridserver.com:8003"
|
2010-05-08 04:29:56 +00:00
|
|
|
|
|
|
|
[GridUserService]
|
|
|
|
;
|
2011-07-12 22:35:06 +00:00
|
|
|
; Change this to your grid-wide user accounts server
|
2010-05-08 04:29:56 +00:00
|
|
|
;
|
|
|
|
GridUserServerURI = "http://mygridserver.com:8003"
|
2010-01-03 19:44:57 +00:00
|
|
|
|
|
|
|
[AuthenticationService]
|
|
|
|
;
|
2011-07-12 22:35:06 +00:00
|
|
|
; Change this to your grid-wide authentication server
|
2010-01-03 19:44:57 +00:00
|
|
|
;
|
|
|
|
AuthenticationServerURI = "http://mygridserver.com:8003"
|
|
|
|
|
2010-02-26 16:46:30 +00:00
|
|
|
[FriendsService]
|
|
|
|
;
|
2011-07-12 22:35:06 +00:00
|
|
|
; Change this to your grid-wide friends server
|
2010-02-26 16:46:30 +00:00
|
|
|
;
|
|
|
|
FriendsServerURI = "http://mygridserver.com:8003"
|
|
|
|
|
2010-11-27 06:06:34 +00:00
|
|
|
[HGInventoryAccessModule]
|
|
|
|
;
|
|
|
|
; === HG ONLY ===
|
2011-06-03 17:29:59 +00:00
|
|
|
; Change this to your server
|
2010-11-27 06:06:34 +00:00
|
|
|
; accessible from other grids
|
|
|
|
;
|
2012-01-28 01:01:19 +00:00
|
|
|
HomeURI = "http://mygridserver.com:8002"
|
2011-07-12 22:35:06 +00:00
|
|
|
Gatekeeper = "http://mygridserver.com:8002"
|
|
|
|
;; If you want to protect your assets from being copied by foreign visitors
|
|
|
|
;; uncomment the next line. You may want to do this on sims that have licensed content.
|
|
|
|
; OutboundPermission = False
|
2011-02-05 01:05:45 +00:00
|
|
|
|
2012-12-07 20:38:19 +00:00
|
|
|
;; Send visual reminder to local users that their inventories are unavailable while they are traveling
|
|
|
|
;; and available when they return. True by default.
|
|
|
|
;RestrictInventoryAccessAbroad = True
|
|
|
|
|
|
|
|
|
2012-09-21 14:44:18 +00:00
|
|
|
[HGAssetService]
|
|
|
|
;
|
|
|
|
; === HG ONLY ===
|
|
|
|
; Change this to your server
|
|
|
|
; accessible from other grids
|
|
|
|
;
|
|
|
|
HomeURI = "http://mygridserver.com:8002"
|
|
|
|
|
|
|
|
;; The asset types that this grid can export to / import from other grids.
|
|
|
|
;; Comma separated.
|
|
|
|
;; Valid values are all the asset types in OpenMetaverse.AssetType, namely:
|
|
|
|
;; Unknown, Texture, Sound, CallingCard, Landmark, Clothing, Object, Notecard, LSLText,
|
|
|
|
;; LSLBytecode, TextureTGA, Bodypart, SoundWAV, ImageTGA, ImageJPEG, Animation, Gesture, Mesh
|
|
|
|
;;
|
|
|
|
;; Leave blank or commented if you don't want to apply any restrictions.
|
|
|
|
;; A more strict, but still reasonable, policy may be to disallow the exchange
|
|
|
|
;; of scripts, like so:
|
|
|
|
; DisallowExport ="LSLText"
|
|
|
|
; DisallowImport ="LSLBytecode"
|
|
|
|
|
2012-04-11 16:52:07 +00:00
|
|
|
[HGFriendsModule]
|
|
|
|
; User level required to be able to send friendship invitations to foreign users
|
|
|
|
;LevelHGFriends = 0;
|
|
|
|
|
2011-05-26 17:04:48 +00:00
|
|
|
[UserAgentService]
|
|
|
|
;
|
|
|
|
; === HG ONLY ===
|
2011-05-27 02:15:39 +00:00
|
|
|
; Change this to your user agent server (HG robust)
|
2011-05-26 17:04:48 +00:00
|
|
|
;
|
|
|
|
UserAgentServerURI = "http://mygridserver.com:8002"
|
2010-11-27 06:06:34 +00:00
|
|
|
|
2011-06-13 16:13:44 +00:00
|
|
|
[MapImageService]
|
|
|
|
MapImageServerURI = "http://mygridserver.com:8003"
|
2012-03-17 17:00:11 +00:00
|
|
|
|
|
|
|
[AuthorizationService]
|
|
|
|
; If you have regions with access restrictions
|
|
|
|
; specify them here using the convention
|
|
|
|
; Region_<Region_Name> = <flags>
|
|
|
|
; Valid flags are:
|
|
|
|
; DisallowForeigners -- HG visitors not allowed
|
|
|
|
; DisallowResidents -- only Admins and Managers allowed
|
|
|
|
; Example:
|
|
|
|
; Region_Test_1 = "DisallowForeigners"
|