summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2019-06-27 13:49:48 +0100
committerGitHub <noreply@github.com>2019-06-27 13:49:48 +0100
commit2f7ebc2a559409abca9424bfb02cb287c4a21dc6 (patch)
tree28511174604ef968a1db4fe4207a7c381faa3568 /changelog.d
parentFix JWT login (#5555) (diff)
downloadsynapse-2f7ebc2a559409abca9424bfb02cb287c4a21dc6.tar.xz
Deprecate the env var way of running the docker image (#5566)
This is mostly a documentation change, but also adds a default value for
SYNAPSE_CONFIG_PATH, so that running from the generated config is the default,
and will Just Work provided your config is in the right place.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/5566.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5566.feature b/changelog.d/5566.feature
new file mode 100644
index 0000000000..85380bc517
--- /dev/null
+++ b/changelog.d/5566.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.