X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/644f5de63e2b8b02e054fcbb3e9af39560cffae3..42a0609a6e287a82ed565413c7392d40141388ae:/services/api/config/application.default.yml diff --git a/services/api/config/application.default.yml b/services/api/config/application.default.yml index 89f9892d47..19b6f9b250 100644 --- a/services/api/config/application.default.yml +++ b/services/api/config/application.default.yml @@ -289,6 +289,11 @@ common: ### Crunch, DNS & compute node management ### + # Preemptable instance support (e.g. AWS Spot Instances) + # When true, child containers will get created with the preemptable + # scheduling parameter parameter set. + preemptable_instances: false + # Docker image to be used when none found in runtime_constraints of a job default_docker_image_for_jobs: false @@ -410,9 +415,10 @@ common: arvados_theme: default - # Permit insecure (OpenSSL::SSL::VERIFY_NONE) connections to the Single Sign - # On (sso) server. Should only be enabled during development when the SSO - # server is using a self-signed cert. + # Permit insecure (OpenSSL::SSL::VERIFY_NONE) connections to the + # Single Sign On (sso) server and remote Arvados sites. Should only + # be enabled during development when the SSO server is using a + # self-signed cert. sso_insecure: false ## Set Time.zone default to the specified zone and make Active @@ -468,6 +474,13 @@ common: # Server expects request header of the format "Authorization: Bearer xxx" ManagementToken: false + # URL of keep-web service. Provides read/write access to collections via + # HTTP and WebDAV protocols. + # + # Example: + # keep_web_service_url: https://download.uuid_prefix.arvadosapi.com/ + keep_web_service_url: false + development: force_ssl: false cache_classes: false