X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/9f2369613436b945c1b9322cbf8b64bfabed5ce4..0e140a472e787e6efa9a235bfdaa1e960e2aaa49:/docker/config.yml.example diff --git a/docker/config.yml.example b/docker/config.yml.example index 137252b2ba..6ada7f8520 100644 --- a/docker/config.yml.example +++ b/docker/config.yml.example @@ -44,12 +44,13 @@ 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. -# Necessary for bootstrapping, e.g. so Keep can register with -# the API server before any users have been added. +# Leave this blank to generate a secret randomly at build time (recommended). API_SUPERUSER_SECRET: # More than anything this should be auto-generated, but