Merge branch 'master' of git.clinicalfuture.com:arvados
[arvados.git] / docker / config.yml.example
index 940b9f6354e0a7a3f13c001bf0bd0927269d6407..6ada7f8520346e131b94f09e7988aa282903ea36 100644 (file)
@@ -44,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.