Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Better clarify how to run a worker instance (pass both configs) (#15921) | Eric Eastwood | 2023-07-11 | 1 | -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. ``` |