diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-06-27 13:52:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-27 13:52:40 +0100 |
commit | 555b6fa0d534ac897b139ee1e57a651e50e1aec5 (patch) | |
tree | 98e91e8abce6f76b739a3f07095e7b3efe714de5 /changelog.d | |
parent | Docker image: open the non-TLS port by default. (#5568) (diff) | |
download | synapse-555b6fa0d534ac897b139ee1e57a651e50e1aec5.tar.xz |
Docker image: Add a migrate_config mode (#5567)
... to help people escape env var hell
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5567.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5567.feature b/changelog.d/5567.feature new file mode 100644 index 0000000000..85380bc517 --- /dev/null +++ b/changelog.d/5567.feature @@ -0,0 +1 @@ +Update Docker image to deprecate the use of environment variables for configuration, and make the use of a static configuration the default. |