Merge branch '15026-cloudtest'
[arvados.git] / lib / config / config.default.yml
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: AGPL-3.0
4
5 # Do not use this file for site configuration. Create
6 # /etc/arvados/config.yml instead.
7 #
8 # The order of precedence (highest to lowest):
9 # 1. Legacy component-specific config files (deprecated)
10 # 2. /etc/arvados/config.yml
11 # 3. config.default.yml
12
13 Clusters:
14   xxxxx:
15     SystemRootToken: ""
16
17     # Token to be included in all healthcheck requests. Disabled by default.
18     # Server expects request header of the format "Authorization: Bearer xxx"
19     ManagementToken: ""
20
21     Services:
22       RailsAPI:
23         InternalURLs: {}
24         ExternalURL: "-"
25       Controller:
26         InternalURLs: {}
27         ExternalURL: ""
28       Websocket:
29         InternalURLs: {}
30         ExternalURL: ""
31       Keepbalance:
32         InternalURLs: {}
33         ExternalURL: "-"
34       GitHTTP:
35         InternalURLs: {}
36         ExternalURL: ""
37       GitSSH:
38         InternalURLs: {}
39         ExternalURL: ""
40       DispatchCloud:
41         InternalURLs: {}
42         ExternalURL: "-"
43       SSO:
44         InternalURLs: {}
45         ExternalURL: ""
46       Keepproxy:
47         InternalURLs: {}
48         ExternalURL: ""
49       WebDAV:
50         InternalURLs: {}
51         ExternalURL: ""
52       WebDAVDownload:
53         InternalURLs: {}
54         ExternalURL: ""
55       Keepstore:
56         InternalURLs: {}
57         ExternalURL: "-"
58       Composer:
59         InternalURLs: {}
60         ExternalURL: ""
61       WebShell:
62         InternalURLs: {}
63         ExternalURL: ""
64       Workbench1:
65         InternalURLs: {}
66         ExternalURL: ""
67       Workbench2:
68         InternalURLs: {}
69         ExternalURL: ""
70       Nodemanager:
71         InternalURLs: {}
72         ExternalURL: "-"
73       Health:
74         InternalURLs: {}
75         ExternalURL: "-"
76
77     PostgreSQL:
78       # max concurrent connections per arvados server daemon
79       ConnectionPool: 32
80       Connection:
81         # All parameters here are passed to the PG client library in a connection string;
82         # see https://www.postgresql.org/docs/current/static/libpq-connect.html#LIBPQ-PARAMKEYWORDS
83         host: ""
84         port: ""
85         user: ""
86         password: ""
87         dbname: ""
88     API:
89       # Maximum size (in bytes) allowed for a single API request.  This
90       # limit is published in the discovery document for use by clients.
91       # Note: You must separately configure the upstream web server or
92       # proxy to actually enforce the desired maximum request size on the
93       # server side.
94       MaxRequestSize: 134217728
95
96       # Limit the number of bytes read from the database during an index
97       # request (by retrieving and returning fewer rows than would
98       # normally be returned in a single response).
99       # Note 1: This setting never reduces the number of returned rows to
100       # zero, no matter how big the first data row is.
101       # Note 2: Currently, this is only checked against a specific set of
102       # columns that tend to get large (collections.manifest_text,
103       # containers.mounts, workflows.definition). Other fields (e.g.,
104       # "properties" hashes) are not counted against this limit.
105       MaxIndexDatabaseRead: 134217728
106
107       # Maximum number of items to return when responding to a APIs that
108       # can return partial result sets using limit and offset parameters
109       # (e.g., *.index, groups.contents). If a request specifies a "limit"
110       # parameter higher than this value, this value is used instead.
111       MaxItemsPerResponse: 1000
112
113       # API methods to disable. Disabled methods are not listed in the
114       # discovery document, and respond 404 to all requests.
115       # Example: ["jobs.create", "pipeline_instances.create"]
116       DisabledAPIs: []
117
118       # Interval (seconds) between asynchronous permission view updates. Any
119       # permission-updating API called with the 'async' parameter schedules a an
120       # update on the permission view in the future, if not already scheduled.
121       AsyncPermissionsUpdateInterval: 20s
122
123       # Maximum number of concurrent outgoing requests to make while
124       # serving a single incoming multi-cluster (federated) request.
125       MaxRequestAmplification: 4
126
127       # RailsSessionSecretToken is a string of alphanumeric characters
128       # used by Rails to sign session tokens. IMPORTANT: This is a
129       # site secret. It should be at least 50 characters.
130       RailsSessionSecretToken: ""
131
132       # Maximum wall clock time to spend handling an incoming request.
133       RequestTimeout: 5m
134
135     Users:
136       # Config parameters to automatically setup new users.  If enabled,
137       # this users will be able to self-activate.  Enable this if you want
138       # to run an open instance where anyone can create an account and use
139       # the system without requiring manual approval.
140       #
141       # The params auto_setup_new_users_with_* are meaningful only when auto_setup_new_users is turned on.
142       # auto_setup_name_blacklist is a list of usernames to be blacklisted for auto setup.
143       AutoSetupNewUsers: false
144       AutoSetupNewUsersWithVmUUID: ""
145       AutoSetupNewUsersWithRepository: false
146       AutoSetupUsernameBlacklist: [arvados, git, gitolite, gitolite-admin, root, syslog]
147
148       # When new_users_are_active is set to true, new users will be active
149       # immediately.  This skips the "self-activate" step which enforces
150       # user agreements.  Should only be enabled for development.
151       NewUsersAreActive: false
152
153       # The e-mail address of the user you would like to become marked as an admin
154       # user on their first login.
155       # In the default configuration, authentication happens through the Arvados SSO
156       # server, which uses OAuth2 against Google's servers, so in that case this
157       # should be an address associated with a Google account.
158       AutoAdminUserWithEmail: ""
159
160       # If auto_admin_first_user is set to true, the first user to log in when no
161       # other admin users exist will automatically become an admin user.
162       AutoAdminFirstUser: false
163
164       # Email address to notify whenever a user creates a profile for the
165       # first time
166       UserProfileNotificationAddress: ""
167       AdminNotifierEmailFrom: arvados@example.com
168       EmailSubjectPrefix: "[ARVADOS] "
169       UserNotifierEmailFrom: arvados@example.com
170       NewUserNotificationRecipients: []
171       NewInactiveUserNotificationRecipients: []
172
173     AuditLogs:
174       # Time to keep audit logs, in seconds. (An audit log is a row added
175       # to the "logs" table in the PostgreSQL database each time an
176       # Arvados object is created, modified, or deleted.)
177       #
178       # Currently, websocket event notifications rely on audit logs, so
179       # this should not be set lower than 300 (5 minutes).
180       MaxAge: 336h
181
182       # Maximum number of log rows to delete in a single SQL transaction.
183       #
184       # If max_audit_log_delete_batch is 0, log entries will never be
185       # deleted by Arvados. Cleanup can be done by an external process
186       # without affecting any Arvados system processes, as long as very
187       # recent (<5 minutes old) logs are not deleted.
188       #
189       # 100000 is a reasonable batch size for most sites.
190       MaxDeleteBatch: 0
191
192       # Attributes to suppress in events and audit logs.  Notably,
193       # specifying ["manifest_text"] here typically makes the database
194       # smaller and faster.
195       #
196       # Warning: Using any non-empty value here can have undesirable side
197       # effects for any client or component that relies on event logs.
198       # Use at your own risk.
199       UnloggedAttributes: []
200
201     SystemLogs:
202
203       # Logging threshold: panic, fatal, error, warn, info, debug, or
204       # trace
205       LogLevel: info
206
207       # Logging format: json or text
208       Format: json
209
210       # Maximum characters of (JSON-encoded) query parameters to include
211       # in each request log entry. When params exceed this size, they will
212       # be JSON-encoded, truncated to this size, and logged as
213       # params_truncated.
214       MaxRequestLogParamsSize: 2000
215
216     Collections:
217       # Allow clients to create collections by providing a manifest with
218       # unsigned data blob locators. IMPORTANT: This effectively disables
219       # access controls for data stored in Keep: a client who knows a hash
220       # can write a manifest that references the hash, pass it to
221       # collections.create (which will create a permission link), use
222       # collections.get to obtain a signature for that data locator, and
223       # use that signed locator to retrieve the data from Keep. Therefore,
224       # do not turn this on if your users expect to keep data private from
225       # one another!
226       BlobSigning: true
227
228       # blob_signing_key is a string of alphanumeric characters used to
229       # generate permission signatures for Keep locators. It must be
230       # identical to the permission key given to Keep. IMPORTANT: This is
231       # a site secret. It should be at least 50 characters.
232       #
233       # Modifying blob_signing_key will invalidate all existing
234       # signatures, which can cause programs to fail (e.g., arv-put,
235       # arv-get, and Crunch jobs).  To avoid errors, rotate keys only when
236       # no such processes are running.
237       BlobSigningKey: ""
238
239       # Default replication level for collections. This is used when a
240       # collection's replication_desired attribute is nil.
241       DefaultReplication: 2
242
243       # Lifetime (in seconds) of blob permission signatures generated by
244       # the API server. This determines how long a client can take (after
245       # retrieving a collection record) to retrieve the collection data
246       # from Keep. If the client needs more time than that (assuming the
247       # collection still has the same content and the relevant user/token
248       # still has permission) the client can retrieve the collection again
249       # to get fresh signatures.
250       #
251       # This must be exactly equal to the -blob-signature-ttl flag used by
252       # keepstore servers.  Otherwise, reading data blocks and saving
253       # collections will fail with HTTP 403 permission errors.
254       #
255       # Modifying blob_signature_ttl invalidates existing signatures; see
256       # blob_signing_key note above.
257       #
258       # The default is 2 weeks.
259       BlobSigningTTL: 336h
260
261       # Default lifetime for ephemeral collections: 2 weeks. This must not
262       # be less than blob_signature_ttl.
263       DefaultTrashLifetime: 336h
264
265       # Interval (seconds) between trash sweeps. During a trash sweep,
266       # collections are marked as trash if their trash_at time has
267       # arrived, and deleted if their delete_at time has arrived.
268       TrashSweepInterval: 60s
269
270       # If true, enable collection versioning.
271       # When a collection's preserve_version field is true or the current version
272       # is older than the amount of seconds defined on preserve_version_if_idle,
273       # a snapshot of the collection's previous state is created and linked to
274       # the current collection.
275       CollectionVersioning: false
276
277       #   0s = auto-create a new version on every update.
278       #  -1s = never auto-create new versions.
279       # > 0s = auto-create a new version when older than the specified number of seconds.
280       PreserveVersionIfIdle: -1s
281
282       # Managed collection properties. At creation time, if the client didn't
283       # provide the listed keys, they will be automatically populated following
284       # one of the following behaviors:
285       #
286       # * UUID of the user who owns the containing project.
287       #   responsible_person_uuid: {Function: original_owner, Protected: true}
288       #
289       # * Default concrete value.
290       #   foo_bar: {Value: baz, Protected: false}
291       #
292       # If Protected is true, only an admin user can modify its value.
293       ManagedProperties:
294         SAMPLE: {Function: original_owner, Protected: true}
295
296     Login:
297       # These settings are provided by your OAuth2 provider (e.g.,
298       # sso-provider).
299       ProviderAppSecret: ""
300       ProviderAppID: ""
301
302     Git:
303       # Git repositories must be readable by api server, or you won't be
304       # able to submit crunch jobs. To pass the test suites, put a clone
305       # of the arvados tree in {git_repositories_dir}/arvados.git or
306       # {git_repositories_dir}/arvados/.git
307       Repositories: /var/lib/arvados/git/repositories
308
309     TLS:
310       Certificate: ""
311       Key: ""
312       Insecure: false
313
314     Containers:
315       # List of supported Docker Registry image formats that compute nodes
316       # are able to use. `arv keep docker` will error out if a user tries
317       # to store an image with an unsupported format. Use an empty array
318       # to skip the compatibility check (and display a warning message to
319       # that effect).
320       #
321       # Example for sites running docker < 1.10: ["v1"]
322       # Example for sites running docker >= 1.10: ["v2"]
323       # Example for disabling check: []
324       SupportedDockerImageFormats: ["v2"]
325
326       # Include details about job reuse decisions in the server log. This
327       # causes additional database queries to run, so it should not be
328       # enabled unless you expect to examine the resulting logs for
329       # troubleshooting purposes.
330       LogReuseDecisions: false
331
332       # Default value for keep_cache_ram of a container's runtime_constraints.
333       DefaultKeepCacheRAM: 268435456
334
335       # Number of times a container can be unlocked before being
336       # automatically cancelled.
337       MaxDispatchAttempts: 5
338
339       # Default value for container_count_max for container requests.  This is the
340       # number of times Arvados will create a new container to satisfy a container
341       # request.  If a container is cancelled it will retry a new container if
342       # container_count < container_count_max on any container requests associated
343       # with the cancelled container.
344       MaxRetryAttempts: 3
345
346       # The maximum number of compute nodes that can be in use simultaneously
347       # If this limit is reduced, any existing nodes with slot number >= new limit
348       # will not be counted against the new limit. In other words, the new limit
349       # won't be strictly enforced until those nodes with higher slot numbers
350       # go down.
351       MaxComputeVMs: 64
352
353       # Preemptible instance support (e.g. AWS Spot Instances)
354       # When true, child containers will get created with the preemptible
355       # scheduling parameter parameter set.
356       UsePreemptibleInstances: false
357
358       # PEM encoded SSH key (RSA, DSA, or ECDSA) used by the
359       # (experimental) cloud dispatcher for executing containers on
360       # worker VMs. Begins with "-----BEGIN RSA PRIVATE KEY-----\n"
361       # and ends with "\n-----END RSA PRIVATE KEY-----\n".
362       DispatchPrivateKey: none
363
364       # Maximum time to wait for workers to come up before abandoning
365       # stale locks from a previous dispatch process.
366       StaleLockTimeout: 1m
367
368       Logging:
369         # When you run the db:delete_old_container_logs task, it will find
370         # containers that have been finished for at least this many seconds,
371         # and delete their stdout, stderr, arv-mount, crunch-run, and
372         # crunchstat logs from the logs table.
373         MaxAge: 720h
374
375         # These two settings control how frequently log events are flushed to the
376         # database.  Log lines are buffered until either crunch_log_bytes_per_event
377         # has been reached or crunch_log_seconds_between_events has elapsed since
378         # the last flush.
379         LogBytesPerEvent: 4096
380         LogSecondsBetweenEvents: 1
381
382         # The sample period for throttling logs.
383         LogThrottlePeriod: 60s
384
385         # Maximum number of bytes that job can log over crunch_log_throttle_period
386         # before being silenced until the end of the period.
387         LogThrottleBytes: 65536
388
389         # Maximum number of lines that job can log over crunch_log_throttle_period
390         # before being silenced until the end of the period.
391         LogThrottleLines: 1024
392
393         # Maximum bytes that may be logged by a single job.  Log bytes that are
394         # silenced by throttling are not counted against this total.
395         LimitLogBytesPerJob: 67108864
396
397         LogPartialLineThrottlePeriod: 5s
398
399         # Container logs are written to Keep and saved in a
400         # collection, which is updated periodically while the
401         # container runs.  This value sets the interval between
402         # collection updates.
403         LogUpdatePeriod: 30m
404
405         # The log collection is also updated when the specified amount of
406         # log data (given in bytes) is produced in less than one update
407         # period.
408         LogUpdateSize: 32MiB
409
410       SLURM:
411         Managed:
412           # Path to dns server configuration directory
413           # (e.g. /etc/unbound.d/conf.d). If false, do not write any config
414           # files or touch restart.txt (see below).
415           DNSServerConfDir: ""
416
417           # Template file for the dns server host snippets. See
418           # unbound.template in this directory for an example. If false, do
419           # not write any config files.
420           DNSServerConfTemplate: ""
421
422           # String to write to {dns_server_conf_dir}/restart.txt (with a
423           # trailing newline) after updating local data. If false, do not
424           # open or write the restart.txt file.
425           DNSServerReloadCommand: ""
426
427           # Command to run after each DNS update. Template variables will be
428           # substituted; see the "unbound" example below. If false, do not run
429           # a command.
430           DNSServerUpdateCommand: ""
431
432           ComputeNodeDomain: ""
433           ComputeNodeNameservers:
434             - 192.168.1.1
435
436           # Hostname to assign to a compute node when it sends a "ping" and the
437           # hostname in its Node record is nil.
438           # During bootstrapping, the "ping" script is expected to notice the
439           # hostname given in the ping response, and update its unix hostname
440           # accordingly.
441           # If false, leave the hostname alone (this is appropriate if your compute
442           # nodes' hostnames are already assigned by some other mechanism).
443           #
444           # One way or another, the hostnames of your node records should agree
445           # with your DNS records and your /etc/slurm-llnl/slurm.conf files.
446           #
447           # Example for compute0000, compute0001, ....:
448           # assign_node_hostname: compute%<slot_number>04d
449           # (See http://ruby-doc.org/core-2.2.2/Kernel.html#method-i-format for more.)
450           AssignNodeHostname: "compute%<slot_number>d"
451
452       JobsAPI:
453         # Enable the legacy Jobs API.  This value must be a string.
454         # 'auto' -- (default) enable the Jobs API only if it has been used before
455         #         (i.e., there are job records in the database)
456         # 'true' -- enable the Jobs API despite lack of existing records.
457         # 'false' -- disable the Jobs API despite presence of existing records.
458         Enable: 'auto'
459
460         # Git repositories must be readable by api server, or you won't be
461         # able to submit crunch jobs. To pass the test suites, put a clone
462         # of the arvados tree in {git_repositories_dir}/arvados.git or
463         # {git_repositories_dir}/arvados/.git
464         GitInternalDir: /var/lib/arvados/internal.git
465
466         # Docker image to be used when none found in runtime_constraints of a job
467         DefaultDockerImage: ""
468
469         # none or slurm_immediate
470         CrunchJobWrapper: none
471
472         # username, or false = do not set uid when running jobs.
473         CrunchJobUser: crunch
474
475         # The web service must be able to create/write this file, and
476         # crunch-job must be able to stat() it.
477         CrunchRefreshTrigger: /tmp/crunch_refresh_trigger
478
479         # Control job reuse behavior when two completed jobs match the
480         # search criteria and have different outputs.
481         #
482         # If true, in case of a conflict, reuse the earliest job (this is
483         # similar to container reuse behavior).
484         #
485         # If false, in case of a conflict, do not reuse any completed job,
486         # but do reuse an already-running job if available (this is the
487         # original job reuse behavior, and is still the default).
488         ReuseJobIfOutputsDiffer: false
489
490       CloudVMs:
491         # Enable the cloud scheduler (experimental).
492         Enable: false
493
494         # Name/number of port where workers' SSH services listen.
495         SSHPort: "22"
496
497         # Interval between queue polls.
498         PollInterval: 10s
499
500         # Shell command to execute on each worker to determine whether
501         # the worker is booted and ready to run containers. It should
502         # exit zero if the worker is ready.
503         BootProbeCommand: "docker ps -q"
504
505         # Minimum interval between consecutive probes to a single
506         # worker.
507         ProbeInterval: 10s
508
509         # Maximum probes per second, across all workers in a pool.
510         MaxProbesPerSecond: 10
511
512         # Time before repeating SIGTERM when killing a container.
513         TimeoutSignal: 5s
514
515         # Time to give up on SIGTERM and write off the worker.
516         TimeoutTERM: 2m
517
518         # Maximum create/destroy-instance operations per second (0 =
519         # unlimited).
520         MaxCloudOpsPerSecond: 0
521
522         # Interval between cloud provider syncs/updates ("list all
523         # instances").
524         SyncInterval: 1m
525
526         # Time to leave an idle worker running (in case new containers
527         # appear in the queue that it can run) before shutting it
528         # down.
529         TimeoutIdle: 1m
530
531         # Time to wait for a new worker to boot (i.e., pass
532         # BootProbeCommand) before giving up and shutting it down.
533         TimeoutBooting: 10m
534
535         # Maximum time a worker can stay alive with no successful
536         # probes before being automatically shut down.
537         TimeoutProbe: 10m
538
539         # Time after shutting down a worker to retry the
540         # shutdown/destroy operation.
541         TimeoutShutdown: 10s
542
543         # Worker VM image ID.
544         ImageID: ""
545
546         # Tags to add on all resources (VMs, NICs, disks) created by
547         # the container dispatcher. (Arvados's own tags --
548         # InstanceType, IdleBehavior, and InstanceSecret -- will also
549         # be added.)
550         ResourceTags:
551           SAMPLE: "tag value"
552
553         # Prefix for predefined tags used by Arvados (InstanceSetID,
554         # InstanceType, InstanceSecret, IdleBehavior). With the
555         # default value "Arvados", tags are "ArvadosInstanceSetID",
556         # "ArvadosInstanceSecret", etc.
557         #
558         # This should only be changed while no cloud resources are in
559         # use and the cloud dispatcher is not running. Otherwise,
560         # VMs/resources that were added using the old tag prefix will
561         # need to be detected and cleaned up manually.
562         TagKeyPrefix: Arvados
563
564         # Cloud driver: "azure" (Microsoft Azure) or "ec2" (Amazon AWS).
565         Driver: ec2
566
567         # Cloud-specific driver parameters.
568         DriverParameters:
569
570           # (ec2) Credentials.
571           AccessKeyID: ""
572           SecretAccessKey: ""
573
574           # (ec2) Instance configuration.
575           SecurityGroupIDs:
576             - ""
577           SubnetID: ""
578           Region: ""
579           EBSVolumeType: gp2
580           AdminUsername: debian
581
582           # (azure) Credentials.
583           SubscriptionID: ""
584           ClientID: ""
585           ClientSecret: ""
586           TenantID: ""
587
588           # (azure) Instance configuration.
589           CloudEnvironment: AzurePublicCloud
590           ResourceGroup: ""
591           Location: centralus
592           Network: ""
593           Subnet: ""
594           StorageAccount: ""
595           BlobContainer: ""
596           DeleteDanglingResourcesAfter: 20s
597           AdminUsername: arvados
598
599     InstanceTypes:
600
601       # Use the instance type name as the key (in place of "SAMPLE" in
602       # this sample entry).
603       SAMPLE:
604         # Cloud provider's instance type. Defaults to the configured type name.
605         ProviderType: ""
606         VCPUs: 1
607         RAM: 128MiB
608         IncludedScratch: 16GB
609         AddedScratch: 0
610         Price: 0.1
611         Preemptible: false
612
613     Mail:
614       MailchimpAPIKey: ""
615       MailchimpListID: ""
616       SendUserSetupNotificationEmail: ""
617       IssueReporterEmailFrom: ""
618       IssueReporterEmailTo: ""
619       SupportEmailAddress: ""
620       EmailFrom: ""
621     RemoteClusters:
622       "*":
623         Host: ""
624         Proxy: false
625         Scheme: https
626         Insecure: false
627         ActivateUsers: false
628       SAMPLE:
629         # API endpoint host or host:port; default is {id}.arvadosapi.com
630         Host: sample.arvadosapi.com
631
632         # Perform a proxy request when a local client requests an
633         # object belonging to this remote.
634         Proxy: false
635
636         # Default "https". Can be set to "http" for testing.
637         Scheme: https
638
639         # Disable TLS verify. Can be set to true for testing.
640         Insecure: false
641
642         # When users present tokens issued by this remote cluster, and
643         # their accounts are active on the remote cluster, activate
644         # them on this cluster too.
645         ActivateUsers: false
646
647     Workbench:
648       # Workbench1 configs
649       Theme: default
650       ActivationContactLink: mailto:info@arvados.org
651       ArvadosDocsite: https://doc.arvados.org
652       ArvadosPublicDataDocURL: https://playground.arvados.org/projects/public
653       ShowUserAgreementInline: false
654       SecretToken: ""
655       SecretKeyBase: ""
656       RepositoryCache: /var/www/arvados-workbench/current/tmp/git
657       UserProfileFormFields:
658         SAMPLE:
659           Type: text
660           FormFieldTitle: ""
661           FormFieldDescription: ""
662           Required: true
663       UserProfileFormMessage: 'Welcome to Arvados. All <span style="color:red">required fields</span> must be completed before you can proceed.'
664       ApplicationMimetypesWithViewIcon:
665         cwl: {}
666         fasta: {}
667         go: {}
668         javascript: {}
669         json: {}
670         pdf: {}
671         python: {}
672         x-python: {}
673         r: {}
674         rtf: {}
675         sam: {}
676         x-sh: {}
677         vnd.realvnc.bed: {}
678         xml: {}
679         xsl: {}
680       LogViewerMaxBytes: 1M
681       EnablePublicProjectsPage: true
682       EnableGettingStartedPopup: false
683       APIResponseCompression: true
684       APIClientConnectTimeout: 2m
685       APIClientReceiveTimeout: 5m
686       RunningJobLogRecordsToFetch: 2000
687       ShowRecentCollectionsOnDashboard: true
688       ShowUserNotifications: true
689       MultiSiteSearch: false
690       Repositories: true
691       SiteName: Arvados Workbench
692
693       # Workbench2 configs
694       VocabularyURL: ""
695       FileViewersConfigURL: ""
696
697     # Use experimental controller code (see https://dev.arvados.org/issues/14287)
698     EnableBetaController14287: false