summary refs log tree commit diff
path: root/changelog.d/15921.doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Better clarify how to run a worker instance (pass both configs) (#15921)Eric Eastwood2023-07-111-0/+1
Previously, if you just followed the instructions per the docs, you just ran into an error: ```sh $ poetry run synapse_worker --config-path homeserver_generic_worker1.yaml Missing mandatory `server_name` config option. ```