3991: Set workbench_address in docker config.
[arvados.git] / docker / config.yml.example
index 0765f2f8aa2c2dd6f06f2ca38f68c9696e09f6e5..6ba5bcf3113cd482f763ee1ec2ac34206f73af83 100644 (file)
@@ -32,6 +32,11 @@ API_HOSTNAME:           # e.g. qr1hi
 # should be an address associated with a Google account.
 API_AUTO_ADMIN_USER:
 
+# The location of the Workbench application where users should be
+# redirected if they point their browsers at the API server, e.g.,
+# https://localhost:9899
+API_WORKBENCH_ADDRESS:
+
 # If a _PW variable is set to an empty string, a password
 # will be chosen randomly at build time. This is the
 # recommended setting.