diff options
author | Michael Kaye <1917473+michaelkaye@users.noreply.github.com> | 2019-09-19 22:29:47 +0100 |
---|---|---|
committer | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-09-19 22:29:47 +0100 |
commit | 2def5ea0da4b8134384adcd48e1e312f2f7e65c9 (patch) | |
tree | f3c0e1f6e893a60fc63e4a51a6765a001a16f1b5 /changelog.d | |
parent | Use unstable prefix for 3PID unbind API (#6062) (diff) | |
download | synapse-2def5ea0da4b8134384adcd48e1e312f2f7e65c9.tar.xz |
Docker: support SYNAPSE_WORKER envvar (#6058)
* Allow passing SYNAPSE_WORKER envvar * changelog.d * Document SYNAPSE_WORKER. Attempting to imply that you don't need to change this default unless you're in worker mode. Also aware that there's a bigger problem of attempting to document a complete working configuration of workers using docker, as we currently only document to use `synctl` for worker mode, and synctl doesn't work that way in docker.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6058.docker | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6058.docker b/changelog.d/6058.docker new file mode 100644 index 0000000000..30be6933c9 --- /dev/null +++ b/changelog.d/6058.docker @@ -0,0 +1 @@ +Provide SYNAPSE_WORKER envvar to specify python module. |