X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/6a59d473c1574eec4db1f83b5d1a963b4f976e5a..f46a1e9489373ce076c71f7f52609a4e4a9c050a:/apps/workbench/config/application.default.yml diff --git a/apps/workbench/config/application.default.yml b/apps/workbench/config/application.default.yml index cae7b19d8d..744c0c3ba3 100644 --- a/apps/workbench/config/application.default.yml +++ b/apps/workbench/config/application.default.yml @@ -209,5 +209,18 @@ common: # in the directory where your API server is running. anonymous_user_token: false + # when anonymous_user_token is configured, show public projects page + enable_public_projects_page: true + # Ask Arvados API server to compress its response payloads. api_response_compression: true + + # ShellInABox service endpoint URL for a given VM. If false, do not + # offer web shell logins. + # + # E.g., using a path-based proxy server to forward connections to shell hosts: + # https://webshell.uuid_prefix.arvadosapi.com/%{hostname} + # + # E.g., using a name-based proxy server to forward connections to shell hosts: + # https://%{hostname}.webshell.uuid_prefix.arvadosapi.com/ + shell_in_a_box_url: false