6465: Changed "test dashboard button all #{target}" to use assert_includes
[arvados.git] / apps / workbench / config / application.default.yml
index cae7b19d8d03562aa1d2e2c80116f4b5e1ff6074..744c0c3ba3b7b3b8f1340df03045b554eab1ea82 100644 (file)
@@ -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