X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/af70d97ac4f8cce4adce7c844e7a8b39a43ed7ac..0e140a472e787e6efa9a235bfdaa1e960e2aaa49:/docker/config.yml.example diff --git a/docker/config.yml.example b/docker/config.yml.example index e27030aed0..6ada7f8520 100644 --- a/docker/config.yml.example +++ b/docker/config.yml.example @@ -1,6 +1,12 @@ # 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: + # ARVADOS_DOMAIN: the Internet domain of this installation. # ARVADOS_DNS_SERVER: the authoritative nameserver for ARVADOS_DOMAIN. ARVADOS_DOMAIN: # e.g. arvados.internal @@ -38,8 +44,15 @@ ARVADOS_PROD_PW: # If a _SECRET variable is set to an empty string, a password # will be chosen randomly at build time. This is the # recommended setting. + +# The value for the Rails config.secret_token setting. API_SECRET: +# A "superuser" token with which servers can authenticate to +# the API server, before an administrative user has been created. +# Leave this blank to generate a secret randomly at build time (recommended). +API_SUPERUSER_SECRET: + # More than anything this should be auto-generated, but # we don't presently have a good place to store it. So just # change it and don't be dumb.