mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
15 lines
356 B
YAML
15 lines
356 B
YAML
|
worker_app: synapse.app.federation_sender
|
||
|
worker_name: synapse-federation-sender-1
|
||
|
|
||
|
# The replication listener on the main synapse process.
|
||
|
worker_replication_host: synapse
|
||
|
worker_replication_http_port: 9093
|
||
|
|
||
|
worker_listeners:
|
||
|
- type: http
|
||
|
port: 8034
|
||
|
resources:
|
||
|
- names: [replication]
|
||
|
|
||
|
worker_log_config: /data/federation_sender.log.config
|