Merge branch '1587-fix-test-suites-in-devsandbox'
[arvados.git] / docker / config.yml.example
index e27030aed053ebc1310cdc88648825e6589d21a9..137252b2ba90beef5d40029cffb98f1103a9a72b 100644 (file)
@@ -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
@@ -40,6 +46,12 @@ ARVADOS_PROD_PW:
 # recommended 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.
+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.