diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2019-07-03 07:14:48 +0100 |
---|---|---|
committer | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-07-03 07:14:48 +0100 |
commit | c7b48bd42deb4b8c320c6c1b4006e689a9eefe14 (patch) | |
tree | d296afdf50a03e2aeef012618cd0dad27c5859ec /changelog.d | |
parent | Fix media repo breaking (#5593) (diff) | |
download | synapse-c7b48bd42deb4b8c320c6c1b4006e689a9eefe14.tar.xz |
Remove SMTP_* env var functionality from docker conf (#5596)
Removes any `SMTP_*` docker container environment variables from having any effect on the default config. Fixes https://github.com/matrix-org/synapse/issues/5430
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5596.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5596.bugfix b/changelog.d/5596.bugfix new file mode 100644 index 0000000000..da7ca1ed8c --- /dev/null +++ b/changelog.d/5596.bugfix @@ -0,0 +1 @@ +Removed the `SYNAPSE_SMTP_*` docker container environment variables. Using these environment variables prevented the docker container from starting in Synapse v1.0, even though they didn't actually allow any functionality anyway. Users are advised to remove `SYNAPSE_SMTP_HOST`, `SYNAPSE_SMTP_PORT`, `SYNAPSE_SMTP_USER`, `SYNAPSE_SMTP_PASSWORD` and `SYNAPSE_SMTP_FROM` environment variables from their docker run commands. |