6260: Reduced-replication test requires replication>=desired, not replication==len...
[arvados.git] / apps / workbench / config / application.default.yml
index 4ade8b49b6b86767482e29f6b99bf739bfddaed6..744c0c3ba3b7b3b8f1340df03045b554eab1ea82 100644 (file)
@@ -214,3 +214,13 @@ common:
 
   # 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