16 lines
300 B
YAML
16 lines
300 B
YAML
|
worker_app: synapse.app.generic_worker
|
||
|
worker_name: synapse-federation-sender-1
|
||
|
|
||
|
worker_listeners:
|
||
|
- type: http
|
||
|
port: 8082
|
||
|
resources:
|
||
|
- names: [federation]
|
||
|
- type: http
|
||
|
port: 9082
|
||
|
resources:
|
||
|
- names: [replication]
|
||
|
|
||
|
|
||
|
worker_log_config: /data/federation_sender.log.yaml
|