Robust.HG.ini.example 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829
  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 world} {}
  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 world} {}
  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. [AccessControl]
  173. ;# {AllowedClients} {} {Bar (|) separated list of allowed clients} {}
  174. ;; Bar (|) separated list of viewers which may gain access to the regions.
  175. ;; One can use a substring of the viewer name to enable only certain
  176. ;; versions
  177. ;; Example: Agent uses the viewer "Imprudence 1.3.2.0"
  178. ;; - "Imprudence" has access
  179. ;; - "Imprudence 1.3" has access
  180. ;; - "Imprudence 1.3.1" has no access
  181. ; AllowedClients = ""
  182. ;# {DeniedClients} {} {Bar (|) separated list of denied clients} {}
  183. ;; Bar (|) separated list of viewers which may not gain access to the regions.
  184. ;; One can use a Substring of the viewer name to disable only certain
  185. ;; versions
  186. ;; Example: Agent uses the viewer "Imprudence 1.3.2.0"
  187. ;; - "Imprudence" has no access
  188. ;; - "Imprudence 1.3" has no access
  189. ;; - "Imprudence 1.3.1" has access
  190. ; DeniedClients = ""
  191. [DatabaseService]
  192. ; PGSQL
  193. ; Uncomment these lines if you want to use PGSQL storage
  194. ; Change the connection string to your db details
  195. ;StorageProvider = "OpenSim.Data.PGSQL.dll"
  196. ;ConnectionString = "Server=localhost;Database=opensim;User Id=opensim; password=***;"
  197. ; MySQL
  198. ; Uncomment these lines if you want to use MySQL storage
  199. ; Change the connection string to your db details
  200. StorageProvider = "OpenSim.Data.MySQL.dll"
  201. ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=*****;Old Guids=true;"
  202. ; * As an example, the below configuration precisely mimicks the legacy
  203. ; * asset server. It is read by the asset IN connector (defined above)
  204. ; * and it then loads the OUT connector (a local database module). That,
  205. ; * in turn, reads the asset loader and database connection information
  206. ; *
  207. [AssetService]
  208. ;; Choose an asset service (Only one option should be enabled)
  209. LocalServiceModule = "OpenSim.Services.AssetService.dll:AssetService"
  210. ;LocalServiceModule = "OpenSim.Services.FSAssetService.dll:FSAssetConnector"
  211. ;; FSAsset Directories. Base directory, where final asset files are stored and Spool directory for temp files
  212. ;; These directories must be on the same physical filesystem
  213. ;BaseDirectory = "./fsassets/data"
  214. ;SpoolDirectory = "./fsassets/tmp"
  215. ;; Original service can be checked if FSAssets can not find an asset
  216. ;FallbackService = "OpenSim.Services.AssetService.dll:AssetService";
  217. ;; How many days since last updating the access time before its updated again by FSAssets when accessing an asset
  218. ;; Reduces DB calls if asset is requested often. Default value 0 will always update access time
  219. ;DaysBetweenAccessTimeUpdates = 30
  220. ;; Should FSAssets print read/write stats to the robust console, default is true
  221. ;ShowConsoleStats = true
  222. ;; FSAssets Custom Database Config (Leave blank to use grids default database configuration)
  223. ;StorageProvider = ""
  224. ;ConnectionString = ""
  225. ;Realm = "fsassets"
  226. ;; The following are common to both the default asset service and FSAsset service
  227. ;; Common asset service options
  228. DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"
  229. AssetLoaderArgs = "./assets/AssetSets.xml"
  230. ; Allow maptile assets to remotely deleted by remote calls to the asset service.
  231. ; There is no harm in having this as false - it just means that historical maptile assets are not deleted.
  232. ; This only applies to maptiles served via the version 1 viewer mechanisms
  233. ; Default is false
  234. AllowRemoteDelete = false
  235. ; Allow all assets to be remotely deleted.
  236. ; Only set this to true if you are operating a grid where you control all calls to the asset service
  237. ; (where a necessary condition is that you control all simulators) and you need this for admin purposes.
  238. ; If set to true, AllowRemoteDelete = true is required as well.
  239. ; Default is false.
  240. AllowRemoteDeleteAllTypes = false
  241. ; * This configuration loads the inventory server modules. It duplicates
  242. ; * the function of the legacy inventory server
  243. ; *
  244. [InventoryService]
  245. LocalServiceModule = "OpenSim.Services.InventoryService.dll:XInventoryService"
  246. ; Will calls to purge folders (empty trash) and immediately delete/update items or folders (not move to trash first) succeed?
  247. ; If this is set to false then some other arrangement must be made to perform these operations if necessary.
  248. AllowDelete = true
  249. ; * This is the new style grid service.
  250. ; * "Realm" is the table that is used for user lookup.
  251. ; * It defaults to "regions", which uses the legacy tables
  252. ; *
  253. [GridService]
  254. LocalServiceModule = "OpenSim.Services.GridService.dll:GridService"
  255. ; Realm = "regions"
  256. ; AllowDuplicateNames = ""
  257. ;; Perform distance check for the creation of a linked region
  258. ; Check4096 = "True"
  259. ;; Needed to display non-default map tile images for linked regions
  260. AssetService = "OpenSim.Services.AssetService.dll:AssetService"
  261. ;; Directory for map tile images of linked regions
  262. ; MapTileDirectory = "./maptiles"
  263. ;; Next, we can specify properties of regions, including default and fallback regions
  264. ;; The syntax is: Region_<RegionName> = "<flags>"
  265. ;; or: Region_<RegionID> = "<flags>"
  266. ;; where <flags> can be DefaultRegion, DefaultHGRegion, FallbackRegion, NoDirectLogin, Persistent, LockedOut, Reservation, NoMove, Authenticate
  267. ;;
  268. ;; 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.)
  269. ;; then this region becomes the destination. Only the first online default region will be used. If no DefaultHGRegion
  270. ;; is specified then this will also be used as the region for hypergrid connections that require it (commonly because they have not specified
  271. ;; an explicit region.
  272. ;;
  273. ;; DefaultHGRegion If an avatar connecting via the hypergrid does not specify a region, then they are placed here. Only the first online
  274. ;; region will be used.
  275. ;;
  276. ;; FallbackRegion If the DefaultRegion is not available for a local login, then any FallbackRegions are tried instead. These are tried in the
  277. ;; order specified. This only applies to local logins at this time, not Hypergrid connections.
  278. ;;
  279. ;; NoDirectLogin A hypergrid user cannot directly connect to this region. This does not apply to local logins.
  280. ;;
  281. ;; Persistent When the simulator is shutdown, the region is signalled as offline but left registered on the grid.
  282. ;;
  283. ;; Example specification:
  284. ; Region_Welcome_Area = "DefaultRegion, FallbackRegion"
  285. ; (replace spaces with underscore)
  286. ;; Allow Hyperlinks to be created at the console
  287. HypergridLinker = true
  288. ;; Allow supporting viewers to export content
  289. ;; Set to false to prevent export
  290. ExportSupported = true
  291. ;; If you have this set under [Hypergrid], no need to set it here, leave it commented
  292. ; GatekeeperURI = "${Const|BaseURL}:${Const|PublicPort}"
  293. ; * This is the configuration for the freeswitch server in grid mode
  294. [FreeswitchService]
  295. LocalServiceModule = "OpenSim.Services.FreeswitchService.dll:FreeswitchService"
  296. ;; The IP address of your FreeSWITCH server.
  297. ;; This address must be reachable by viewers.
  298. ; ServerAddress = 127.0.0.1
  299. ;; The following configuration parameters are optional
  300. ;; By default, this is the same as the ServerAddress
  301. ; Realm = 127.0.0.1
  302. ;; By default, this is the same as the ServerAddress on port 5060
  303. ; SIPProxy = 127.0.0.1:5060
  304. ;; Default is 5000ms
  305. ; DefaultTimeout = 5000
  306. ;; The dial plan context. Default is "default"
  307. ; Context = default
  308. ;; Currently unused
  309. ; UserName = freeswitch
  310. ;; Currently unused
  311. ; Password = password
  312. ;; The following parameters are for STUN = Simple Traversal of UDP through NATs
  313. ;; See http://wiki.freeswitch.org/wiki/NAT_Traversal
  314. ;; stun.freeswitch.org is not guaranteed to be running so use it in
  315. ;; production at your own risk
  316. ; EchoServer = 127.0.0.1
  317. ; EchoPort = 50505
  318. ; AttemptSTUN = false
  319. ; * This is the new style authentication service. Currently, only MySQL
  320. ; * is implemented.
  321. ; *
  322. [AuthenticationService]
  323. ; for the server connector
  324. LocalServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
  325. ; Realm = "auth"
  326. ;; Allow the service to process HTTP getauthinfo calls.
  327. ;; Default is false.
  328. ; AllowGetAuthInfo = false
  329. ;; Allow the service to process HTTP setauthinfo calls.
  330. ;; Default is false.
  331. ; AllowSetAuthInfo = false
  332. ;; Allow the service to process HTTP setpassword calls.
  333. ;; Default is false.
  334. ; AllowSetPassword = false
  335. [OpenIdService]
  336. ; for the server connector
  337. AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
  338. UserAccountServiceModule = "OpenSim.Services.UserAccountService.dll:UserAccountService"
  339. ; * This is the new style user service.
  340. ; * "Realm" is the table that is used for user lookup.
  341. ; * It defaults to "UserAccounts", which uses the new style.
  342. ; * Realm = "users" will use the legacy tables as an authentication source
  343. ; *
  344. [UserAccountService]
  345. ; for the server connector
  346. LocalServiceModule = "OpenSim.Services.UserAccountService.dll:UserAccountService"
  347. ; Realm = "UserAccounts"
  348. ; These are for creating new accounts by the service
  349. AuthenticationService = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
  350. PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService"
  351. GridService = "OpenSim.Services.GridService.dll:GridService"
  352. InventoryService = "OpenSim.Services.InventoryService.dll:XInventoryService"
  353. AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService"
  354. GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService"
  355. ;; This switch creates the minimum set of body parts and avatar entries for a viewer 2
  356. ;; to show a default "Ruth" avatar rather than a cloud for a newly created user.
  357. ;; Default is false
  358. CreateDefaultAvatarEntries = true
  359. ;; Allow the service to process HTTP createuser calls.
  360. ;; Default is false.
  361. ; AllowCreateUser = false
  362. ;; Allow the service to process HTTP setaccount calls.
  363. ;; Default is false.
  364. ; AllowSetAccount = false
  365. [GridUserService]
  366. ; for the server connector
  367. LocalServiceModule = "OpenSim.Services.UserAccountService.dll:GridUserService"
  368. [AgentPreferencesService]
  369. ; for the server connector
  370. LocalServiceModule = "OpenSim.Services.UserAccountService.dll:AgentPreferencesService"
  371. [PresenceService]
  372. ; for the server connector
  373. LocalServiceModule = "OpenSim.Services.PresenceService.dll:PresenceService"
  374. [AvatarService]
  375. ; for the server connector
  376. LocalServiceModule = "OpenSim.Services.AvatarService.dll:AvatarService"
  377. [FriendsService]
  378. ; for the server connector
  379. LocalServiceModule = "OpenSim.Services.FriendsService.dll:FriendsService"
  380. [EstateService]
  381. LocalServiceModule = "OpenSim.Services.EstateService.dll:EstateDataService"
  382. [LibraryService]
  383. LibraryName = "OpenSim Library"
  384. DefaultLibrary = "./inventory/Libraries.xml"
  385. [LoginService]
  386. ; for the server connector
  387. LocalServiceModule = "OpenSim.Services.LLLoginService.dll:LLLoginService"
  388. ; for the service
  389. UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
  390. GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService"
  391. AuthenticationService = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
  392. InventoryService = "OpenSim.Services.InventoryService.dll:XInventoryService"
  393. AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService"
  394. PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService"
  395. GridService = "OpenSim.Services.GridService.dll:GridService"
  396. SimulationService ="OpenSim.Services.Connectors.dll:SimulationServiceConnector"
  397. LibraryService = "OpenSim.Services.InventoryService.dll:LibraryService"
  398. FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService"
  399. ; The minimum user level required for a user to be able to login. 0 by default
  400. ; If you disable a particular user's account then you can set their login level below this number.
  401. ; You can also change this level from the console though these changes will not be persisted.
  402. ; MinLoginLevel = 0
  403. ;; for hypergrid
  404. UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService"
  405. ; This inventory service will be used to initialize the user's inventory
  406. HGInventoryServicePlugin = "[email protected]:HGSuitcaseInventoryService"
  407. ; NOTE: HGInventoryServiceConstructorArg is deprecated. For now it will work, but see above
  408. ; for the correct method if passing additional arguments.
  409. ;; end hypergrid
  410. ; Ask co-operative viewers to use a different currency name
  411. ;Currency = ""
  412. ;; Set minimum fee to publish classified
  413. ; ClassifiedFee = 0
  414. WelcomeMessage = "Welcome, Avatar!"
  415. AllowRemoteSetLoginLevel = "false"
  416. ; For V2 map
  417. MapTileURL = "${Const|BaseURL}:${Const|PublicPort}/";
  418. ; Url to search service
  419. ; SearchURL = "${Const|BaseURL}:${Const|PublicPort}/";
  420. ; For V3 destination guide
  421. ; DestinationGuide = "${Const|BaseURL}/guide"
  422. ; For V3 avatar picker (( work in progress ))
  423. ; AvatarPicker = "${Const|BaseURL}/avatars"
  424. ; If you run this login server behind a proxy, set this to true
  425. ; HasProxy = false
  426. ; Defaults for the users, if none is specified in the useraccounts table entry (ServiceURLs)
  427. ;; If you have GatekeeperURI set under [Hypergrid], no need to set it here, leave it commented
  428. ; GatekeeperURI = "${Const|BaseURL}:${Const|PublicPort}"
  429. SRV_HomeURI = "${Const|BaseURL}:${Const|PublicPort}"
  430. SRV_InventoryServerURI = "${Const|BaseURL}:${Const|PublicPort}"
  431. SRV_AssetServerURI = "${Const|BaseURL}:${Const|PublicPort}"
  432. SRV_ProfileServerURI = "${Const|BaseURL}:${Const|PublicPort}"
  433. SRV_FriendsServerURI = "${Const|BaseURL}:${Const|PublicPort}"
  434. SRV_IMServerURI = "${Const|BaseURL}:${Const|PublicPort}"
  435. SRV_GroupsServerURI = "${Const|BaseURL}:${Const|PublicPort}"
  436. ;# {DSTZone} {} {Override Daylight Saving Time rules} {* none local} "America/Los_Angeles;Pacific Standard Time"
  437. ;; Viewers do not receive timezone information from the server - almost all (?) default to Pacific Standard Time
  438. ;; However, they do rely on the server to tell them whether it's Daylight Saving Time or not.
  439. ;; Hence, calculating DST based on a different timezone can result in a misleading viewer display and inconsistencies between grids.
  440. ;; By default, this setting uses various timezone names to calculate DST with regards to the viewer's standard PST.
  441. ;; Options are
  442. ;; "none" no DST
  443. ;; "local" use the server's only timezone to calculate DST. This is previous OpenSimulator behaviour.
  444. ;; "America/Los_Angeles;Pacific Standard Time" use these timezone names to look up Daylight savings.
  445. ;; 'America/Los_Angeles' is used on Linux/Mac systems whilst 'Pacific Standard Time' is used on Windows
  446. DSTZone = "America/Los_Angeles;Pacific Standard Time"
  447. ;Basic Login Service Dos Protection Tweaks
  448. ;;
  449. ;; Some Grids/Users use a transparent proxy that makes use of the X-Forwarded-For HTTP Header, If you do, set this to true
  450. ;; 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
  451. ;; get around this basic DOS protection.
  452. ;DOSAllowXForwardedForHeader = false
  453. ;;
  454. ;; The protector adds up requests during this rolling period of time, default 10 seconds
  455. ;DOSRequestTimeFrameMS = 10000
  456. ;;
  457. ;; The amount of requests in the above timeframe from the same endpoint that triggers protection
  458. ;DOSMaxRequestsInTimeFrame = 5
  459. ;;
  460. ;; The amount of time that a specific endpoint is blocked. Default 2 minutes.
  461. ;DOSForgiveClientAfterMS = 120000
  462. ;;
  463. ;; To turn off basic dos protection, set the DOSMaxRequestsInTimeFrame to 0.
  464. ;; Allow banning via hashed MAC must be set in both [GatekeeperService] and [LoginService]
  465. ;DeniedMacs = "YOURLONGMACTRSING ANOTHERMAC"
  466. [MapImageService]
  467. LocalServiceModule = "OpenSim.Services.MapImageService.dll:MapImageService"
  468. ; Set this if you want to change the default
  469. ; TilesStoragePath = "maptiles"
  470. ;
  471. ; If for some reason you have the AddMapTile service outside the firewall (e.g. ${Const|PublicPort}),
  472. ; you may want to set this. Otherwise, don't set it, because it's already protected.
  473. ; GridService = "OpenSim.Services.GridService.dll:GridService"
  474. ;
  475. ; Additionally, if you run this server behind a proxy, set this to true
  476. ; HasProxy = false
  477. [GridInfoService]
  478. ; These settings are used to return information on a get_grid_info call.
  479. ; Client launcher scripts and third-party clients make use of this to
  480. ; autoconfigure the client and to provide a nice user experience. If you
  481. ; want to facilitate that, you should configure the settings here according
  482. ; to your grid or standalone setup.
  483. ;
  484. ; See http://opensimulator.org/wiki/GridInfo
  485. ; login uri: for grid this is the login server URI
  486. login = ${Const|BaseURL}:${Const|PublicPort}/
  487. ; long grid name: the long name of your grid
  488. gridname = "the lost continent of hippo"
  489. ; short grid name: the short name of your grid
  490. gridnick = "hippogrid"
  491. ; login page: optional: if it exists it will be used to tell the client to use
  492. ; this as splash page
  493. ;welcome = ${Const|BaseURL}/welcome
  494. ; helper uri: optional: if it exists it will be used to tell the client to use
  495. ; this for all economy related things
  496. ;economy = ${Const|BaseURL}/economy
  497. ; web page of grid: optional: page providing further information about your grid
  498. ;about = ${Const|BaseURL}/about
  499. ; account creation: optional: page providing further information about obtaining
  500. ; a user account on your grid
  501. ;register = ${Const|BaseURL}/register
  502. ; help: optional: page providing further assistance for users of your grid
  503. ;help = ${Const|BaseURL}/help
  504. ; password help: optional: page providing password assistance for users of your grid
  505. ;password = ${Const|BaseURL}/password
  506. ; HG address of the gatekeeper, if you have one
  507. ; this is the entry point for all the regions of the world
  508. ; gatekeeper = ${Const|BaseURL}:${Const|PublicPort}/
  509. ; HG user domain, if you have one
  510. ; this is the entry point for all user-related HG services
  511. ; uas = ${Const|BaseURL}:${Const|PublicPort}/
  512. [GatekeeperService]
  513. LocalServiceModule = "OpenSim.Services.HypergridService.dll:GatekeeperService"
  514. ;; for the service
  515. UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
  516. UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService"
  517. PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService"
  518. GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService"
  519. GridService = "OpenSim.Services.GridService.dll:GridService"
  520. AuthenticationService = "OpenSim.Services.Connectors.dll:AuthenticationServicesConnector"
  521. SimulationService ="OpenSim.Services.Connectors.dll:SimulationServiceConnector"
  522. ; how does the outside world reach me? This acts as public key too.
  523. ;; If you have GatekeeperURI set under [Hypergrid], no need to set it here, leave it commented
  524. ; ExternalName = "${Const|BaseURL}:${Const|PublicPort}"
  525. ; Does this grid allow incoming links to any region in it?
  526. ; If false, HG TPs happen only to the Default regions specified in [GridService] section
  527. AllowTeleportsToAnyRegion = true
  528. ; If you run this gatekeeper server behind a proxy, set this to true
  529. ; HasProxy = false
  530. ;; Are foreign visitors allowed?
  531. ;ForeignAgentsAllowed = true
  532. ;;
  533. ;; If ForeignAgentsAllowed is true, make exceptions using AllowExcept.
  534. ;; Leave blank or commented for no exceptions.
  535. ; AllowExcept = "http://griefer.com:8002, http://enemy.com:8002"
  536. ;;
  537. ;; If ForeignAgentsAllowed is false, make exceptions using DisallowExcept
  538. ;; Leave blank or commented for no exceptions.
  539. ; DisallowExcept = "http://myfriendgrid.com:8002, http://myboss.com:8002"
  540. ;; Allow banning via hashed MAC must be set in both [GatekeeperService] and [LoginService]
  541. ;DeniedMacs = "YOURLONGMACTRSING ANOTHERMAC"
  542. [UserAgentService]
  543. LocalServiceModule = "OpenSim.Services.HypergridService.dll:UserAgentService"
  544. ;; for the service
  545. GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService"
  546. GridService = "OpenSim.Services.GridService.dll:GridService"
  547. GatekeeperService = "OpenSim.Services.HypergridService.dll:GatekeeperService"
  548. PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService"
  549. FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService"
  550. UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
  551. ; If you run this user agent server behind a proxy, set this to true
  552. ; HasProxy = false
  553. ;; If you separate the UserAgentService from the LoginService, set this to
  554. ;; the IP address of the machine where your LoginService is
  555. ;LoginServerIP = "127.0.0.1"
  556. ; User level required to be contacted from other grids
  557. ;LevelOutsideContacts = 0
  558. ;; Restrictions on destinations of local users.
  559. ;; Are local users allowed to visit other grids?
  560. ;; What user level? Use variables of this forrm:
  561. ;; ForeignTripsAllowed_Level_<UserLevel> = true | false
  562. ;; (the default is true)
  563. ;; For example:
  564. ; ForeignTripsAllowed_Level_0 = false
  565. ; ForeignTripsAllowed_Level_200 = true ; true is default, no need to say it
  566. ;;
  567. ;; If ForeignTripsAllowed is false, make exceptions using DisallowExcept
  568. ;; Leave blank or commented for no exceptions.
  569. ; DisallowExcept_Level_0 = "http://myothergrid.com:8002, http://boss.com:8002"
  570. ;;
  571. ;; If ForeignTripsAllowed is true, make exceptions using AllowExcept.
  572. ;; Leave blank or commented for no exceptions.
  573. ; AllowExcept_Level_200 = "http://griefer.com:8002, http://enemy.com:8002"
  574. ;; This variable controls what is exposed to profiles of local users
  575. ;; as seen from outside of this grid. Leave it uncommented for exposing
  576. ;; UserTitle, UserFlags and the creation date. Uncomment and change to False
  577. ;; to block this info from being exposed.
  578. ; ShowUserDetailsInHGProfile = True
  579. ; * The interface that local users get when they are in other grids.
  580. ; * This restricts the inventory operations while in other grids.
  581. ; * Still not completely safe, especially if users perform inventory operations
  582. ; * while in those grids. The more the user accesses his/her inventory, the more
  583. ; * those simulators will know about the user's inventory.
  584. ; *
  585. [HGInventoryService]
  586. ; For the InventoryServiceInConnector
  587. LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGSuitcaseInventoryService"
  588. ;; alternatives:
  589. ;; HG1.5, more permissive, not recommended, but still supported
  590. ;LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGInventoryService"
  591. ;; HG1.0, totally permissive, not recommended, but OK for grids with 100% trust
  592. ;LocalServiceModule = "OpenSim.Services.InventoryService.dll:XInventoryService"
  593. UserAccountsService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
  594. AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService"
  595. ; HGInventoryService is a public-facing inventory service that allows users to
  596. ; interact with their suitcase folder when on a foreign grid. This reuses the general inventory service connector.
  597. ; Hence, if the user has set up authentication in [Network] to protect their private services
  598. ; make sure it is not set here.
  599. AuthType = None
  600. ;; Can overwrite the default in [Hypergrid], but probably shouldn't
  601. ; HomeURI = "${Const|BaseURL}:${Const|PublicPort}"
  602. ; * The interface that local users get when they are in other grids.
  603. ; * This restricts the access that the rest of the world has to
  604. ; * the assets of this world.
  605. ; *
  606. [HGAssetService]
  607. ;; Use the second option if you have FSAsset service enabled
  608. LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGAssetService"
  609. ;LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGFSAssetService"
  610. UserAccountsService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
  611. ; HGAssetService is a public-facing service that allows users to
  612. ; read and create assets when on another grid. This reuses the general asset service connector.
  613. ; Hence, if the user has set up authentication in [Network] to protect their private services
  614. ; make sure it is overriden for this public service.
  615. AuthType = None
  616. ;; Can overwrite the default in [Hypergrid], but probably shouldn't
  617. ; HomeURI = "${Const|BaseURL}:${Const|PublicPort}"
  618. ;; The asset types that this grid can export to / import from other grids.
  619. ;; Comma separated.
  620. ;; Valid values are all the asset types in OpenMetaverse.AssetType, namely:
  621. ;; Unknown, Texture, Sound, CallingCard, Landmark, Clothing, Object, Notecard, LSLText,
  622. ;; LSLBytecode, TextureTGA, Bodypart, SoundWAV, ImageTGA, ImageJPEG, Animation, Gesture, Mesh
  623. ;;
  624. ;; Leave blank or commented if you don't want to apply any restrictions.
  625. ;; A more strict, but still reasonable, policy may be to disallow the exchange
  626. ;; of scripts, like so:
  627. ; DisallowExport ="LSLText"
  628. ; DisallowImport ="LSLBytecode"
  629. [HGFriendsService]
  630. LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGFriendsService"
  631. UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService"
  632. FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService"
  633. UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
  634. GridService = "OpenSim.Services.GridService.dll:GridService"
  635. PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService"
  636. [HGInstantMessageService]
  637. LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGInstantMessageService"
  638. GridService = "OpenSim.Services.GridService.dll:GridService"
  639. PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService"
  640. UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService"
  641. ; This should always be true in the Robust config
  642. InGatekeeper = True
  643. [Messaging]
  644. ; OfflineIM
  645. OfflineIMService = "OpenSim.Addons.OfflineIM.dll:OfflineIMService"
  646. [Groups]
  647. ;; for the HG Groups service
  648. OfflineIMService = "OpenSim.Addons.OfflineIM.dll:OfflineIMService"
  649. UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
  650. ;; What is the HomeURI of users associated with this grid?
  651. ;; Can overwrite the default in [Hypergrid], but probably shouldn't
  652. ; HomeURI = "${Const|BaseURL}:${Const|PublicPort}"
  653. ;; end hypergrid
  654. ;; Sets the maximum number of groups an agent may join
  655. ; MaxAgentGroups = 42
  656. [UserProfilesService]
  657. LocalServiceModule = "OpenSim.Services.UserProfilesService.dll:UserProfilesService"
  658. Enabled = false
  659. ;; Configure this for separate profiles database
  660. ;; ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=*****;Old Guids=true;"
  661. ;; Realm = UserProfiles
  662. UserAccountService = OpenSim.Services.UserAccountService.dll:UserAccountService
  663. AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
  664. [BakedTextureService]
  665. LocalServiceModule = "OpenSim.Server.Handlers.dll:XBakes"
  666. ;; This directory must be writable by the user ROBUST runs as. It will be created automatically.
  667. BaseDirectory = "./bakes"
  668. [MuteListService]
  669. LocalServiceModule = "OpenSim.Services.MuteListService.dll:MuteListService"