X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/e9a9add82323c93e6da8b1ed8ed019e0f5a9323b..90483e26cf9f0ced8e5b12586ae3a5e1ec620add:/services/api/config/application.default.yml diff --git a/services/api/config/application.default.yml b/services/api/config/application.default.yml index 89f9892d47..a1c35f10fc 100644 --- a/services/api/config/application.default.yml +++ b/services/api/config/application.default.yml @@ -410,9 +410,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 +469,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