Robust.HG.ini.example 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835
  1. ; * Run
  2. ; * $ Robust.exe -inifile Robust.HG.ini
  3. ; *
  4. ; * Configurations for enabling HG1.5
  5. ; *
  6. ; * HG1.5 handlers are: OpenSim.Server.Handlers.dll:GatekeeperService
  7. ; * OpenSim.Server.Handlers.dll:UserAgentService
  8. ; * Additional OpenSim.Server.Handlers.dll:AssetServiceConnector and
  9. ; * OpenSim.Server.Handlers.dll:XInventoryInConnector
  10. ; * are started in port 8002, outside the firewall
  11. ; *
  12. ; **
  13. ; *
  14. ; * The Const section allows us to define some basic information that we
  15. ; * will use throughout our configuration. We will provide examples for
  16. ; * setting the base url of the Robust server and the public and private ports
  17. ; * it uses. Changing the values of the constants will set the operating
  18. ; * parameters thoughout the configuration. Other constants that may prove
  19. ; * to be useful may be added to the followin section. They may be
  20. ; * referenced anywhere in the configuration by using ${Const|Name}. One
  21. ; * such use is providing a base path for setting locations that Robust
  22. ; * uses to write data.
  23. ; *
  24. [Const]
  25. ; The URL of the Robust server
  26. BaseURL = "http://127.0.0.1"
  27. ; The public port of the Robust server
  28. PublicPort = "8002"
  29. ; The private port of the Robust server
  30. PrivatePort = "8003"
  31. ; * The startup section lists all the connectors to start up in this server
  32. ; * instance. This may be only one, or it may be the entire server suite.
  33. ; * Multiple connectors should be separated by commas.
  34. ; *
  35. ; * These are the IN connectors the server uses, the in connectors
  36. ; * read this config file and load the needed service and database connectors
  37. ; *
  38. ; * The full syntax of a connector string is:
  39. ; * [[<ConfigName>@]<port>/]<dll name>[:<class name>]
  40. ; *
  41. [Startup]
  42. ; Place to create a PID file
  43. ; If no path if specified then a PID file is not created.
  44. ; PIDFile = "/tmp/Robust.exe.pid"
  45. ; Plugin Registry Location
  46. ; Set path to directory for plugin registry. Information
  47. ; about the registered repositories and installed plugins
  48. ; will be stored here
  49. ; The Robust.exe process must have R/W access to the location
  50. RegistryLocation = "."
  51. ; Modular configurations
  52. ; Set path to directory for modular ini files...
  53. ; The Robust.exe process must have R/W access to the location
  54. ConfigDirectory = "robust-include"
  55. ; Console commands can be saved to a file, so the command history persists after a restart. (default is true)
  56. ConsoleHistoryFileEnabled = true
  57. ; The history file can be just a filename (relative to OpenSim's bin/ directory
  58. ; or it can be a full path to somewhere else. (default is OpenSimConsoleHistory.txt in bin/)
  59. ConsoleHistoryFile = "RobustConsoleHistory.txt"
  60. ; How many lines of command history should we keep? (default is 100)
  61. ConsoleHistoryFileLines = 100
  62. ; Time stamp commands in history file (default false)
  63. ; ConsoleHistoryTimeStamp = false
  64. ; peers SSL certificate validation options
  65. ; you can allow selfsigned certificates or no official CA with next option set to true
  66. NoVerifyCertChain = true
  67. ; you can also bypass the hostname or domain verification
  68. NoVerifyCertHostname = true
  69. ; having both options true does provide encryption but with low security
  70. ; set both true if you don't care to use SSL, they are needed to contact regions or grids that do use it.
  71. [ServiceList]
  72. AssetServiceConnector = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:AssetServiceConnector"
  73. InventoryInConnector = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:XInventoryInConnector"
  74. ;; Uncomment if you have set up Freeswitch (see [FreeswitchService] below)
  75. ;VoiceConnector = "8004/OpenSim.Server.Handlers.dll:FreeswitchServerConnector"
  76. GridServiceConnector = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:GridServiceConnector"
  77. GridInfoServerInConnector = "${Const|PublicPort}/OpenSim.Server.Handlers.dll:GridInfoServerInConnector"
  78. AuthenticationServiceConnector = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:AuthenticationServiceConnector"
  79. OpenIdServerConnector = "${Const|PublicPort}/OpenSim.Server.Handlers.dll:OpenIdServerConnector"
  80. AvatarServiceConnector = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:AvatarServiceConnector"
  81. LLLoginServiceInConnector = "${Const|PublicPort}/OpenSim.Server.Handlers.dll:LLLoginServiceInConnector"
  82. PresenceServiceConnector = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:PresenceServiceConnector"
  83. UserAccountServiceConnector = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:UserAccountServiceConnector"
  84. GridUserServiceConnector = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:GridUserServiceConnector"
  85. AgentPreferencesServiceConnector = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:AgentPreferencesServiceConnector"
  86. FriendsServiceConnector = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:FriendsServiceConnector"
  87. MapAddServiceConnector = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:MapAddServiceConnector"
  88. MapGetServiceConnector = "${Const|PublicPort}/OpenSim.Server.Handlers.dll:MapGetServiceConnector"
  89. ;; Uncomment this if you want offline IM to work
  90. ; OfflineIMServiceConnector = "${Const|PrivatePort}/OpenSim.Addons.OfflineIM.dll:OfflineIMServiceRobustConnector"
  91. ;; Uncomment this if you want Groups V2 to work
  92. ; GroupsServiceConnector = "${Const|PrivatePort}/OpenSim.Addons.Groups.dll:GroupsServiceRobustConnector"
  93. ;; Uncomment to provide bakes caching
  94. ; BakedTextureService = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:XBakesConnector"
  95. ;; Uncomment for UserProfiles see [UserProfilesService] to configure...
  96. ; UserProfilesServiceConnector = "${Const|PublicPort}/OpenSim.Server.Handlers.dll:UserProfilesConnector"
  97. ;; Uncomment if you want to have centralized estate data
  98. ; EstateDataService = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:EstateDataRobustConnector"
  99. MuteListConnector = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:MuteListServiceConnector"
  100. ;; Additions for Hypergrid
  101. GatekeeperServiceInConnector = "${Const|PublicPort}/OpenSim.Server.Handlers.dll:GatekeeperServiceInConnector"
  102. UserAgentServerConnector = "${Const|PublicPort}/OpenSim.Server.Handlers.dll:UserAgentServerConnector"
  103. HeloServiceInConnector = "${Const|PublicPort}/OpenSim.Server.Handlers.dll:HeloServiceInConnector"
  104. HGFriendsServerConnector = "${Const|PublicPort}/OpenSim.Server.Handlers.dll:HGFriendsServerConnector"
  105. InstantMessageServerConnector = "${Const|PublicPort}/OpenSim.Server.Handlers.dll:InstantMessageServerConnector"
  106. HGInventoryServiceConnector = "HGInventoryService@${Const|PublicPort}/OpenSim.Server.Handlers.dll:XInventoryInConnector"
  107. HGAssetServiceConnector = "HGAssetService@${Const|PublicPort}/OpenSim.Server.Handlers.dll:AssetServiceConnector"
  108. ;; Uncomment this if you want Groups V2, HG to work
  109. ; HGGroupsServiceConnector = "${Const|PublicPort}/OpenSim.Addons.Groups.dll:HGGroupsServiceRobustConnector"
  110. ; * This is common for all services, it's the network setup for the entire
  111. ; * server instance, if none is specified above
  112. ; *
  113. [Network]
  114. port = ${Const|PrivatePort}
  115. ; HTTPS for "Out of band" management applications such as the remote admin
  116. ; module. May specify https_main = True to make the main http server
  117. ; use https or "False" to make the main server HTTP
  118. ; https_main = False
  119. ;
  120. ; Create https_listener = "True" will create a listener on the port
  121. ; specified. Provide the path to your server certificate along with it's
  122. ; password
  123. ; https_listener = False
  124. ;
  125. ; Set our listener to this port
  126. ; https_port = 0
  127. ;
  128. ; Path to X509 certificate
  129. ; cert_path = "path/to/cert.p12"
  130. ;
  131. ; Password for cert
  132. ; cert_pass = "password"
  133. ;; The follow 3 variables are for HTTP Basic Authentication for the Robust services.
  134. ;; Use this if your central services in port ${Const|PrivatePort} need to be accessible on the Internet
  135. ;; but you want to protect them from unauthorized access.
  136. ; AuthType = "BasicHttpAuthentication"
  137. ; HttpAuthUsername = "some_username"
  138. ; HttpAuthPassword = "some_password"
  139. ;;
  140. ;; AuthType above can be overriden in any of the service sections below by
  141. ; AuthType = "None"
  142. ;; This is useful in cases where you want to protect most of the services,
  143. ;; but unprotect individual services. Username and Password can also be
  144. ;; overriden if you want to use different credentials for the different services.
  145. ;; Hypergrid services are not affected by this; they are publicly available
  146. ;; by design.
  147. ;; By default, scripts are not allowed to call private services via llHttpRequest()
  148. ;; Such calls are detected by the X-SecondLife-Shared HTTP header
  149. ;; If you allow such calls you must be sure that they are restricted to very trusted scripters
  150. ;; (remember scripts can also be in visiting avatar attachments).
  151. ;; This can be overriden in individual private service sections if necessary
  152. AllowllHTTPRequestIn = false
  153. ; * The following are for the remote console
  154. ; * They have no effect for the local or basic console types
  155. ; * Leave commented to diable logins to the console
  156. ;ConsoleUser = Test
  157. ;ConsolePass = secret
  158. ;ConsolePort = 0
  159. [Hypergrid]
  160. ;# {HomeURI} {Hypergrid} {The Home URL of this grid} {}
  161. ;; This is the address of the external robust server that
  162. ;; runs the UserAgentsService, possibly this server.
  163. ;; For example http://myworld.com:8002
  164. ;; This is a default that can be overwritten in some sections.
  165. ; HomeURI = "${Const|BaseURL}:${Const|PublicPort}"
  166. ;# {GatekeeperURI} {Hypergrid} {The URL of the gatekeeper of this grid} {}
  167. ;; This is the address of the external robust server
  168. ;; that runs the Gatekeeper service, possibly this server.
  169. ;; For example http://myworld.com:8002
  170. ;; This is a default that can be overwritten in some sections.
  171. ; GatekeeperURI = "${Const|BaseURL}:${Const|PublicPort}"
  172. ;# {GatekeeperURIAlias} {Hypergrid} {alternative hostnames (FQDN), or IPs of the gatekeeper of this grid and port (default 80 or 443 if alias starts with https://)} {}
  173. ;; comma separated list,
  174. ;; this is to allow this grid to identify this as references to itself
  175. ;; entries can be unsecure url (host:port) if using ssl, direct login url if different, old grid url, etc
  176. ; GatekeeperURIAlias = "login.osgrid.org"
  177. [AccessControl]
  178. ;# {AllowedClients} {} {Bar (|) separated list of allowed clients} {}
  179. ;; Bar (|) separated list of viewers which may gain access to the regions.
  180. ;; One can use a substring of the viewer name to enable only certain
  181. ;; versions
  182. ;; Example: Agent uses the viewer "Imprudence 1.3.2.0"
  183. ;; - "Imprudence" has access
  184. ;; - "Imprudence 1.3" has access
  185. ;; - "Imprudence 1.3.1" has no access
  186. ; AllowedClients = ""
  187. ;# {DeniedClients} {} {Bar (|) separated list of denied clients} {}
  188. ;; Bar (|) separated list of viewers which may not gain access to the regions.
  189. ;; One can use a Substring of the viewer name to disable only certain
  190. ;; versions
  191. ;; Example: Agent uses the viewer "Imprudence 1.3.2.0"
  192. ;; - "Imprudence" has no access
  193. ;; - "Imprudence 1.3" has no access
  194. ;; - "Imprudence 1.3.1" has access
  195. ; DeniedClients = ""
  196. [DatabaseService]
  197. ; PGSQL
  198. ; Uncomment these lines if you want to use PGSQL storage
  199. ; Change the connection string to your db details
  200. ;StorageProvider = "OpenSim.Data.PGSQL.dll"
  201. ;ConnectionString = "Server=localhost;Database=opensim;User Id=opensim; password=***;"
  202. ; MySQL
  203. ; Uncomment these lines if you want to use MySQL storage
  204. ; Change the connection string to your db details
  205. StorageProvider = "OpenSim.Data.MySQL.dll"
  206. ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=*****;Old Guids=true;"
  207. ; * As an example, the below configuration precisely mimicks the legacy
  208. ; * asset server. It is read by the asset IN connector (defined above)
  209. ; * and it then loads the OUT connector (a local database module). That,
  210. ; * in turn, reads the asset loader and database connection information
  211. ; *
  212. [AssetService]
  213. ;; Choose an asset service (Only one option should be enabled)
  214. LocalServiceModule = "OpenSim.Services.AssetService.dll:AssetService"
  215. ;LocalServiceModule = "OpenSim.Services.FSAssetService.dll:FSAssetConnector"
  216. ;; FSAsset Directories. Base directory, where final asset files are stored and Spool directory for temp files
  217. ;; These directories must be on the same physical filesystem
  218. ;BaseDirectory = "./fsassets/data"
  219. ;SpoolDirectory = "./fsassets/tmp"
  220. ;; Original service can be checked if FSAssets can not find an asset
  221. ;FallbackService = "OpenSim.Services.AssetService.dll:AssetService";
  222. ;; How many days since last updating the access time before its updated again by FSAssets when accessing an asset
  223. ;; Reduces DB calls if asset is requested often. Default value 0 will always update access time
  224. ;DaysBetweenAccessTimeUpdates = 30
  225. ;; Should FSAssets print read/write stats to the robust console, default is true
  226. ;ShowConsoleStats = true
  227. ;; FSAssets Custom Database Config (Leave blank to use grids default database configuration)
  228. ;StorageProvider = ""
  229. ;ConnectionString = ""
  230. ;Realm = "fsassets"
  231. ;; The following are common to both the default asset service and FSAsset service
  232. ;; Common asset service options
  233. DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"
  234. AssetLoaderArgs = "./assets/AssetSets.xml"
  235. ; Allow maptile assets to remotely deleted by remote calls to the asset service.
  236. ; There is no harm in having this as false - it just means that historical maptile assets are not deleted.
  237. ; This only applies to maptiles served via the version 1 viewer mechanisms
  238. ; Default is false
  239. AllowRemoteDelete = false
  240. ; Allow all assets to be remotely deleted.
  241. ; Only set this to true if you are operating a grid where you control all calls to the asset service
  242. ; (where a necessary condition is that you control all simulators) and you need this for admin purposes.
  243. ; If set to true, AllowRemoteDelete = true is required as well.
  244. ; Default is false.
  245. AllowRemoteDeleteAllTypes = false
  246. ; * This configuration loads the inventory server modules. It duplicates
  247. ; * the function of the legacy inventory server
  248. ; *
  249. [InventoryService]
  250. LocalServiceModule = "OpenSim.Services.InventoryService.dll:XInventoryService"
  251. ; Will calls to purge folders (empty trash) and immediately delete/update items or folders (not move to trash first) succeed?
  252. ; If this is set to false then some other arrangement must be made to perform these operations if necessary.
  253. AllowDelete = true
  254. ; * This is the new style grid service.
  255. ; * "Realm" is the table that is used for user lookup.
  256. ; * It defaults to "regions", which uses the legacy tables
  257. ; *
  258. [GridService]
  259. LocalServiceModule = "OpenSim.Services.GridService.dll:GridService"
  260. ; Realm = "regions"
  261. ; AllowDuplicateNames = ""
  262. ;; Perform distance check for the creation of a linked region
  263. ; Check4096 = "True"
  264. ;; Needed to display non-default map tile images for linked regions
  265. AssetService = "OpenSim.Services.AssetService.dll:AssetService"
  266. ;; Directory for map tile images of linked regions
  267. ; MapTileDirectory = "./maptiles"
  268. ;; Next, we can specify properties of regions, including default and fallback regions
  269. ;; The syntax is: Region_<RegionName> = "<flags>"
  270. ;; or: Region_<RegionID> = "<flags>"
  271. ;; where <flags> can be DefaultRegion, DefaultHGRegion, FallbackRegion, NoDirectLogin, Persistent, LockedOut, Reservation, NoMove, Authenticate
  272. ;;
  273. ;; DefaultRegion If a local login cannot be placed in the required region (e.g. home region does not exist, avatar is not allowed entry, etc.)
  274. ;; then this region becomes the destination. Only the first online default region will be used. If no DefaultHGRegion
  275. ;; is specified then this will also be used as the region for hypergrid connections that require it (commonly because they have not specified
  276. ;; an explicit region.
  277. ;;
  278. ;; DefaultHGRegion If an avatar connecting via the hypergrid does not specify a region, then they are placed here. Only the first online
  279. ;; region will be used.
  280. ;;
  281. ;; FallbackRegion If the DefaultRegion is not available for a local login, then any FallbackRegions are tried instead. These are tried in the
  282. ;; order specified. This only applies to local logins at this time, not Hypergrid connections.
  283. ;;
  284. ;; NoDirectLogin A hypergrid user cannot directly connect to this region. This does not apply to local logins.
  285. ;;
  286. ;; Persistent When the simulator is shutdown, the region is signalled as offline but left registered on the grid.
  287. ;;
  288. ;; Example specification:
  289. ; Region_Welcome_Area = "DefaultRegion, FallbackRegion"
  290. ; (replace spaces with underscore)
  291. ;; Allow Hyperlinks to be created at the console
  292. HypergridLinker = true
  293. ;; Allow supporting viewers to export content
  294. ;; Set to false to prevent export
  295. ExportSupported = true
  296. ;; If you have this set under [Hypergrid], no need to set it here, leave it commented
  297. ; GatekeeperURI = "${Const|BaseURL}:${Const|PublicPort}"
  298. ; * This is the configuration for the freeswitch server in grid mode
  299. [FreeswitchService]
  300. LocalServiceModule = "OpenSim.Services.FreeswitchService.dll:FreeswitchService"
  301. ;; The IP address of your FreeSWITCH server.
  302. ;; This address must be reachable by viewers.
  303. ; ServerAddress = 127.0.0.1
  304. ;; The following configuration parameters are optional
  305. ;; By default, this is the same as the ServerAddress
  306. ; Realm = 127.0.0.1
  307. ;; By default, this is the same as the ServerAddress on port 5060
  308. ; SIPProxy = 127.0.0.1:5060
  309. ;; Default is 5000ms
  310. ; DefaultTimeout = 5000
  311. ;; The dial plan context. Default is "default"
  312. ; Context = default
  313. ;; Currently unused
  314. ; UserName = freeswitch
  315. ;; Currently unused
  316. ; Password = password
  317. ;; The following parameters are for STUN = Simple Traversal of UDP through NATs
  318. ;; See http://wiki.freeswitch.org/wiki/NAT_Traversal
  319. ;; stun.freeswitch.org is not guaranteed to be running so use it in
  320. ;; production at your own risk
  321. ; EchoServer = 127.0.0.1
  322. ; EchoPort = 50505
  323. ; AttemptSTUN = false
  324. ; * This is the new style authentication service. Currently, only MySQL
  325. ; * is implemented.
  326. ; *
  327. [AuthenticationService]
  328. ; for the server connector
  329. LocalServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
  330. ; Realm = "auth"
  331. ;; Allow the service to process HTTP getauthinfo calls.
  332. ;; Default is false.
  333. ; AllowGetAuthInfo = false
  334. ;; Allow the service to process HTTP setauthinfo calls.
  335. ;; Default is false.
  336. ; AllowSetAuthInfo = false
  337. ;; Allow the service to process HTTP setpassword calls.
  338. ;; Default is false.
  339. ; AllowSetPassword = false
  340. [OpenIdService]
  341. ; for the server connector
  342. AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
  343. UserAccountServiceModule = "OpenSim.Services.UserAccountService.dll:UserAccountService"
  344. ; * This is the new style user service.
  345. ; * "Realm" is the table that is used for user lookup.
  346. ; * It defaults to "UserAccounts", which uses the new style.
  347. ; * Realm = "users" will use the legacy tables as an authentication source
  348. ; *
  349. [UserAccountService]
  350. ; for the server connector
  351. LocalServiceModule = "OpenSim.Services.UserAccountService.dll:UserAccountService"
  352. ; Realm = "UserAccounts"
  353. ; These are for creating new accounts by the service
  354. AuthenticationService = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
  355. PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService"
  356. GridService = "OpenSim.Services.GridService.dll:GridService"
  357. InventoryService = "OpenSim.Services.InventoryService.dll:XInventoryService"
  358. AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService"
  359. GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService"
  360. ;; This switch creates the minimum set of body parts and avatar entries for a viewer 2
  361. ;; to show a default "Ruth" avatar rather than a cloud for a newly created user.
  362. ;; Default is false
  363. CreateDefaultAvatarEntries = true
  364. ;; Allow the service to process HTTP createuser calls.
  365. ;; Default is false.
  366. ; AllowCreateUser = false
  367. ;; Allow the service to process HTTP setaccount calls.
  368. ;; Default is false.
  369. ; AllowSetAccount = false
  370. [GridUserService]
  371. ; for the server connector
  372. LocalServiceModule = "OpenSim.Services.UserAccountService.dll:GridUserService"
  373. [AgentPreferencesService]
  374. ; for the server connector
  375. LocalServiceModule = "OpenSim.Services.UserAccountService.dll:AgentPreferencesService"
  376. [PresenceService]
  377. ; for the server connector
  378. LocalServiceModule = "OpenSim.Services.PresenceService.dll:PresenceService"
  379. [AvatarService]
  380. ; for the server connector
  381. LocalServiceModule = "OpenSim.Services.AvatarService.dll:AvatarService"
  382. [FriendsService]
  383. ; for the server connector
  384. LocalServiceModule = "OpenSim.Services.FriendsService.dll:FriendsService"
  385. [EstateService]
  386. LocalServiceModule = "OpenSim.Services.EstateService.dll:EstateDataService"
  387. [LibraryService]
  388. LibraryName = "OpenSim Library"
  389. DefaultLibrary = "./inventory/Libraries.xml"
  390. [LoginService]
  391. ; for the server connector
  392. LocalServiceModule = "OpenSim.Services.LLLoginService.dll:LLLoginService"
  393. ; for the service
  394. UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
  395. GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService"
  396. AuthenticationService = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
  397. InventoryService = "OpenSim.Services.InventoryService.dll:XInventoryService"
  398. AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService"
  399. PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService"
  400. GridService = "OpenSim.Services.GridService.dll:GridService"
  401. SimulationService ="OpenSim.Services.Connectors.dll:SimulationServiceConnector"
  402. LibraryService = "OpenSim.Services.InventoryService.dll:LibraryService"
  403. FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService"
  404. ; The minimum user level required for a user to be able to login. 0 by default
  405. ; If you disable a particular user's account then you can set their login level below this number.
  406. ; You can also change this level from the console though these changes will not be persisted.
  407. ; MinLoginLevel = 0
  408. ;; for hypergrid
  409. UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService"
  410. ; This inventory service will be used to initialize the user's inventory
  411. HGInventoryServicePlugin = "[email protected]:HGSuitcaseInventoryService"
  412. ; NOTE: HGInventoryServiceConstructorArg is deprecated. For now it will work, but see above
  413. ; for the correct method if passing additional arguments.
  414. ;; end hypergrid
  415. ; Ask co-operative viewers to use a different currency name
  416. ;Currency = ""
  417. ;; Set minimum fee to publish classified
  418. ; ClassifiedFee = 0
  419. WelcomeMessage = "Welcome, Avatar!"
  420. AllowRemoteSetLoginLevel = "false"
  421. ; For V2 map
  422. MapTileURL = "${Const|BaseURL}:${Const|PublicPort}/";
  423. ; Url to search service
  424. ; SearchURL = "${Const|BaseURL}:${Const|PublicPort}/";
  425. ; For V3 destination guide
  426. ; DestinationGuide = "${Const|BaseURL}/guide"
  427. ; For V3 avatar picker (( work in progress ))
  428. ; AvatarPicker = "${Const|BaseURL}/avatars"
  429. ; If you run this login server behind a proxy, set this to true
  430. ; HasProxy = false
  431. ; Defaults for the users, if none is specified in the useraccounts table entry (ServiceURLs)
  432. ;; If you have GatekeeperURI set under [Hypergrid], no need to set it here, leave it commented
  433. ; GatekeeperURI = "${Const|BaseURL}:${Const|PublicPort}"
  434. SRV_HomeURI = "${Const|BaseURL}:${Const|PublicPort}"
  435. SRV_InventoryServerURI = "${Const|BaseURL}:${Const|PublicPort}"
  436. SRV_AssetServerURI = "${Const|BaseURL}:${Const|PublicPort}"
  437. SRV_ProfileServerURI = "${Const|BaseURL}:${Const|PublicPort}"
  438. SRV_FriendsServerURI = "${Const|BaseURL}:${Const|PublicPort}"
  439. SRV_IMServerURI = "${Const|BaseURL}:${Const|PublicPort}"
  440. SRV_GroupsServerURI = "${Const|BaseURL}:${Const|PublicPort}"
  441. ;# {DSTZone} {} {Override Daylight Saving Time rules} {* none local} "America/Los_Angeles;Pacific Standard Time"
  442. ;; Viewers do not receive timezone information from the server - almost all (?) default to Pacific Standard Time
  443. ;; However, they do rely on the server to tell them whether it's Daylight Saving Time or not.
  444. ;; Hence, calculating DST based on a different timezone can result in a misleading viewer display and inconsistencies between grids.
  445. ;; By default, this setting uses various timezone names to calculate DST with regards to the viewer's standard PST.
  446. ;; Options are
  447. ;; "none" no DST
  448. ;; "local" use the server's only timezone to calculate DST. This is previous OpenSimulator behaviour.
  449. ;; "America/Los_Angeles;Pacific Standard Time" use these timezone names to look up Daylight savings.
  450. ;; 'America/Los_Angeles' is used on Linux/Mac systems whilst 'Pacific Standard Time' is used on Windows
  451. DSTZone = "America/Los_Angeles;Pacific Standard Time"
  452. ;Basic Login Service Dos Protection Tweaks
  453. ;;
  454. ;; Some Grids/Users use a transparent proxy that makes use of the X-Forwarded-For HTTP Header, If you do, set this to true
  455. ;; If you set this to true and you don't have a transparent proxy, it may allow attackers to put random things in the X-Forwarded-For header to
  456. ;; get around this basic DOS protection.
  457. ;DOSAllowXForwardedForHeader = false
  458. ;;
  459. ;; The protector adds up requests during this rolling period of time, default 10 seconds
  460. ;DOSRequestTimeFrameMS = 10000
  461. ;;
  462. ;; The amount of requests in the above timeframe from the same endpoint that triggers protection
  463. ;DOSMaxRequestsInTimeFrame = 5
  464. ;;
  465. ;; The amount of time that a specific endpoint is blocked. Default 2 minutes.
  466. ;DOSForgiveClientAfterMS = 120000
  467. ;;
  468. ;; To turn off basic dos protection, set the DOSMaxRequestsInTimeFrame to 0.
  469. ;; Allow banning via hashed MAC must be set in both [GatekeeperService] and [LoginService]
  470. ;DeniedMacs = "YOURLONGMACTRSING ANOTHERMAC"
  471. [MapImageService]
  472. LocalServiceModule = "OpenSim.Services.MapImageService.dll:MapImageService"
  473. ; Set this if you want to change the default
  474. ; TilesStoragePath = "maptiles"
  475. ;
  476. ; If for some reason you have the AddMapTile service outside the firewall (e.g. ${Const|PublicPort}),
  477. ; you may want to set this. Otherwise, don't set it, because it's already protected.
  478. ; GridService = "OpenSim.Services.GridService.dll:GridService"
  479. ;
  480. ; Additionally, if you run this server behind a proxy, set this to true
  481. ; HasProxy = false
  482. [GridInfoService]
  483. ; These settings are used to return information on a get_grid_info call.
  484. ; Client launcher scripts and third-party clients make use of this to
  485. ; autoconfigure the client and to provide a nice user experience. If you
  486. ; want to facilitate that, you should configure the settings here according
  487. ; to your grid or standalone setup.
  488. ;
  489. ; See http://opensimulator.org/wiki/GridInfo
  490. ; login uri: for grid this is the login server URI
  491. login = ${Const|BaseURL}:${Const|PublicPort}/
  492. ; long grid name: the long name of your grid
  493. gridname = "the lost continent of hippo"
  494. ; short grid name: the short name of your grid
  495. gridnick = "hippogrid"
  496. ; login page: optional: if it exists it will be used to tell the client to use
  497. ; this as splash page
  498. ;welcome = ${Const|BaseURL}/welcome
  499. ; helper uri: optional: if it exists it will be used to tell the client to use
  500. ; this for all economy related things
  501. ;economy = ${Const|BaseURL}/economy
  502. ; web page of grid: optional: page providing further information about your grid
  503. ;about = ${Const|BaseURL}/about
  504. ; account creation: optional: page providing further information about obtaining
  505. ; a user account on your grid
  506. ;register = ${Const|BaseURL}/register
  507. ; help: optional: page providing further assistance for users of your grid
  508. ;help = ${Const|BaseURL}/help
  509. ; password help: optional: page providing password assistance for users of your grid
  510. ;password = ${Const|BaseURL}/password
  511. ; HG address of the gatekeeper, if you have one
  512. ; this is the entry point for all the regions of the world
  513. ; gatekeeper = ${Const|BaseURL}:${Const|PublicPort}/
  514. ; a http page for grid status
  515. ;GridStatus = ${Const|BaseURL}:${Const|PublicPort}/GridStatus
  516. ; a RSS page for grid status
  517. ;GridStatusRSS = ${Const|BaseURL}:${Const|PublicPort}/GridStatusRSS
  518. [GatekeeperService]
  519. LocalServiceModule = "OpenSim.Services.HypergridService.dll:GatekeeperService"
  520. ;; for the service
  521. UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
  522. UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService"
  523. PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService"
  524. GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService"
  525. GridService = "OpenSim.Services.GridService.dll:GridService"
  526. AuthenticationService = "OpenSim.Services.Connectors.dll:AuthenticationServicesConnector"
  527. SimulationService ="OpenSim.Services.Connectors.dll:SimulationServiceConnector"
  528. ; how does the outside world reach me? This acts as public key too.
  529. ;; If you have GatekeeperURI set under [Hypergrid], no need to set it here, leave it commented
  530. ; ExternalName = "${Const|BaseURL}:${Const|PublicPort}"
  531. ; Does this grid allow incoming links to any region in it?
  532. ; If false, HG TPs happen only to the Default regions specified in [GridService] section
  533. AllowTeleportsToAnyRegion = true
  534. ; If you run this gatekeeper server behind a proxy, set this to true
  535. ; HasProxy = false
  536. ;; Are foreign visitors allowed?
  537. ;ForeignAgentsAllowed = true
  538. ;;
  539. ;; If ForeignAgentsAllowed is true, make exceptions using AllowExcept.
  540. ;; Leave blank or commented for no exceptions.
  541. ; AllowExcept = "http://griefer.com:8002, http://enemy.com:8002"
  542. ;;
  543. ;; If ForeignAgentsAllowed is false, make exceptions using DisallowExcept
  544. ;; Leave blank or commented for no exceptions.
  545. ; DisallowExcept = "http://myfriendgrid.com:8002, http://myboss.com:8002"
  546. ;; Allow banning via hashed MAC must be set in both [GatekeeperService] and [LoginService]
  547. ;DeniedMacs = "YOURLONGMACTRSING ANOTHERMAC"
  548. [UserAgentService]
  549. LocalServiceModule = "OpenSim.Services.HypergridService.dll:UserAgentService"
  550. ;; for the service
  551. GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService"
  552. GridService = "OpenSim.Services.GridService.dll:GridService"
  553. GatekeeperService = "OpenSim.Services.HypergridService.dll:GatekeeperService"
  554. PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService"
  555. FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService"
  556. UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
  557. ; If you run this user agent server behind a proxy, set this to true
  558. ; HasProxy = false
  559. ;; If you separate the UserAgentService from the LoginService, set this to
  560. ;; the IP address of the machine where your LoginService is
  561. ;LoginServerIP = "127.0.0.1"
  562. ; User level required to be contacted from other grids
  563. ;LevelOutsideContacts = 0
  564. ;; Restrictions on destinations of local users.
  565. ;; Are local users allowed to visit other grids?
  566. ;; What user level? Use variables of this forrm:
  567. ;; ForeignTripsAllowed_Level_<UserLevel> = true | false
  568. ;; (the default is true)
  569. ;; For example:
  570. ; ForeignTripsAllowed_Level_0 = false
  571. ; ForeignTripsAllowed_Level_200 = true ; true is default, no need to say it
  572. ;;
  573. ;; If ForeignTripsAllowed is false, make exceptions using DisallowExcept
  574. ;; Leave blank or commented for no exceptions.
  575. ; DisallowExcept_Level_0 = "http://myothergrid.com:8002, http://boss.com:8002"
  576. ;;
  577. ;; If ForeignTripsAllowed is true, make exceptions using AllowExcept.
  578. ;; Leave blank or commented for no exceptions.
  579. ; AllowExcept_Level_200 = "http://griefer.com:8002, http://enemy.com:8002"
  580. ;; This variable controls what is exposed to profiles of local users
  581. ;; as seen from outside of this grid. Leave it uncommented for exposing
  582. ;; UserTitle, UserFlags and the creation date. Uncomment and change to False
  583. ;; to block this info from being exposed.
  584. ; ShowUserDetailsInHGProfile = True
  585. ; * The interface that local users get when they are in other grids.
  586. ; * This restricts the inventory operations while in other grids.
  587. ; * Still not completely safe, especially if users perform inventory operations
  588. ; * while in those grids. The more the user accesses his/her inventory, the more
  589. ; * those simulators will know about the user's inventory.
  590. ; *
  591. [HGInventoryService]
  592. ; For the InventoryServiceInConnector
  593. LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGSuitcaseInventoryService"
  594. ;; alternatives:
  595. ;; HG1.5, more permissive, not recommended, but still supported
  596. ;LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGInventoryService"
  597. ;; HG1.0, totally permissive, not recommended, but OK for grids with 100% trust
  598. ;LocalServiceModule = "OpenSim.Services.InventoryService.dll:XInventoryService"
  599. UserAccountsService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
  600. AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService"
  601. ; HGInventoryService is a public-facing inventory service that allows users to
  602. ; interact with their suitcase folder when on a foreign grid. This reuses the general inventory service connector.
  603. ; Hence, if the user has set up authentication in [Network] to protect their private services
  604. ; make sure it is not set here.
  605. AuthType = None
  606. ;; Can overwrite the default in [Hypergrid], but probably shouldn't
  607. ; HomeURI = "${Const|BaseURL}:${Const|PublicPort}"
  608. ; * The interface that local users get when they are in other grids.
  609. ; * This restricts the access that the rest of the world has to
  610. ; * the assets of this world.
  611. ; *
  612. [HGAssetService]
  613. ;; Use the second option if you have FSAsset service enabled
  614. LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGAssetService"
  615. ;LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGFSAssetService"
  616. UserAccountsService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
  617. ; HGAssetService is a public-facing service that allows users to
  618. ; read and create assets when on another grid. This reuses the general asset service connector.
  619. ; Hence, if the user has set up authentication in [Network] to protect their private services
  620. ; make sure it is overriden for this public service.
  621. AuthType = None
  622. ;; Can overwrite the default in [Hypergrid], but probably shouldn't
  623. ; HomeURI = "${Const|BaseURL}:${Const|PublicPort}"
  624. ;; The asset types that this grid can export to / import from other grids.
  625. ;; Comma separated.
  626. ;; Valid values are all the asset types in OpenMetaverse.AssetType, namely:
  627. ;; Unknown, Texture, Sound, CallingCard, Landmark, Clothing, Object, Notecard, LSLText,
  628. ;; LSLBytecode, TextureTGA, Bodypart, SoundWAV, ImageTGA, ImageJPEG, Animation, Gesture, Mesh
  629. ;;
  630. ;; Leave blank or commented if you don't want to apply any restrictions.
  631. ;; A more strict, but still reasonable, policy may be to disallow the exchange
  632. ;; of scripts, like so:
  633. ; DisallowExport ="LSLText"
  634. ; DisallowImport ="LSLBytecode"
  635. [HGFriendsService]
  636. LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGFriendsService"
  637. UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService"
  638. FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService"
  639. UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
  640. GridService = "OpenSim.Services.GridService.dll:GridService"
  641. PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService"
  642. [HGInstantMessageService]
  643. LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGInstantMessageService"
  644. GridService = "OpenSim.Services.GridService.dll:GridService"
  645. PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService"
  646. UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService"
  647. ; This should always be true in the Robust config
  648. InGatekeeper = True
  649. [Messaging]
  650. ; OfflineIM
  651. OfflineIMService = "OpenSim.Addons.OfflineIM.dll:OfflineIMService"
  652. [Groups]
  653. ;; for the HG Groups service
  654. OfflineIMService = "OpenSim.Addons.OfflineIM.dll:OfflineIMService"
  655. UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
  656. ;; What is the HomeURI of users associated with this grid?
  657. ;; Can overwrite the default in [Hypergrid], but probably shouldn't
  658. ; HomeURI = "${Const|BaseURL}:${Const|PublicPort}"
  659. ;; end hypergrid
  660. ;; Sets the maximum number of groups an agent may join
  661. ; MaxAgentGroups = 42
  662. [UserProfilesService]
  663. LocalServiceModule = "OpenSim.Services.UserProfilesService.dll:UserProfilesService"
  664. Enabled = false
  665. ;; Configure this for separate profiles database
  666. ;; ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=*****;Old Guids=true;"
  667. ;; Realm = UserProfiles
  668. UserAccountService = OpenSim.Services.UserAccountService.dll:UserAccountService
  669. AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
  670. [BakedTextureService]
  671. LocalServiceModule = "OpenSim.Server.Handlers.dll:XBakes"
  672. ;; This directory must be writable by the user ROBUST runs as. It will be created automatically.
  673. BaseDirectory = "./bakes"
  674. [MuteListService]
  675. LocalServiceModule = "OpenSim.Services.MuteListService.dll:MuteListService"