mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 12:46:01 -04:00
Replace federation_reader
with generic_worker
in docs (#12457)
This commit is contained in:
parent
0b014eb25e
commit
a743f7d33e
5 changed files with 23 additions and 24 deletions
|
@ -146,12 +146,10 @@ worker_replication_host: 127.0.0.1
|
|||
worker_replication_http_port: 9093
|
||||
|
||||
worker_listeners:
|
||||
- type: http
|
||||
port: 8083
|
||||
resources:
|
||||
- names:
|
||||
- client
|
||||
- federation
|
||||
- type: http
|
||||
port: 8083
|
||||
resources:
|
||||
- names: [client, federation]
|
||||
|
||||
worker_log_config: /home/matrix/synapse/config/worker1_log_config.yaml
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue