X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/5bbd6abc7a32c6912db5f36f0af5a923ac4b7c79..6ab7cf882cd9a268374b880b5e55b4c8946406b4:/docker/config.yml.example diff --git a/docker/config.yml.example b/docker/config.yml.example index 0765f2f8aa..4210ec3e16 100644 --- a/docker/config.yml.example +++ b/docker/config.yml.example @@ -1,12 +1,6 @@ # Configuration for the Rails databases (database names, # usernames and passwords). -# Path to a public ssh key you would like to have installed in the -# root account of the generated images. This is useful for debugging. -# To enable the SSH server, set the ENABLE_SSH environment variable to -# true when starting the container. -PUBLIC_KEY_PATH: - # Username for your Arvados user. This will be used as your shell login name # as well as the name for your git repository. ARVADOS_USER_NAME: @@ -32,6 +26,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.