summary refs log tree commit diff
path: root/contrib/docker/README.md
diff options
context:
space:
mode:
authorkaiyou <pierre@jaury.eu>2018-02-09 00:13:26 +0100
committerkaiyou <pierre@jaury.eu>2018-02-09 00:13:26 +0100
commite511979fe6c4a03da3e9c1d16672e263f54ee2d3 (patch)
tree89564035e1bd601408fb6754224847e4c370acfb /contrib/docker/README.md
parentSpecify the Docker registry for the postgres image (diff)
downloadsynapse-e511979fe6c4a03da3e9c1d16672e263f54ee2d3.tar.xz
Make SYNAPSE_MACAROON_SECRET_KEY a mandatory option
Diffstat (limited to 'contrib/docker/README.md')
-rw-r--r--contrib/docker/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/docker/README.md b/contrib/docker/README.md
index 221d9c53b5..25c358c847 100644
--- a/contrib/docker/README.md
+++ b/contrib/docker/README.md
@@ -111,6 +111,8 @@ variables are available for configuration:
 * ``SYNAPSE_SERVER_NAME`` (mandatory), the current server public hostname.
 * ``SYNAPSE_REPORT_STATS``, (mandatory, ``yes`` or ``no``), enable anonymous
   statistics reporting back to the Matrix project which helps us to get funding.
+* ``SYNAPSE_MACAROON_SECRET_KEY`` (mandatory) secret for signing access tokens
+  to the server, set this to a proper random key.
 * ``SYNAPSE_NO_TLS``, set this variable to disable TLS in Synapse (use this if
   you run your own TLS-capable reverse proxy).
 * ``SYNAPSE_ENABLE_REGISTRATION``, set this variable to enable registration on
@@ -130,7 +132,6 @@ Shared secrets, that will be initialized to random values if not set:
 
 * ``SYNAPSE_REGISTRATION_SHARED_SECRET``, secret for registrering users if
   registration is disable.
-* ``SYNAPSE_MACAROON_SECRET_KEY``, secret for Macaroon.
 
 Database specific values (will use SQLite if not set):