mirror of
https://git.envs.net/envs/matrix-conf.git
synced 2025-01-10 18:19:25 -05:00
14 lines
366 B
YAML
14 lines
366 B
YAML
|
worker_app: synapse.app.federation_sender
|
||
|
worker_name: federation_sender2
|
||
|
|
||
|
# The replication listener on the synapse to talk to.
|
||
|
worker_replication_host: 127.0.0.1
|
||
|
worker_replication_http_port: 9093
|
||
|
|
||
|
worker_log_config: /etc/matrix-synapse/workers/federation_sender2_log_config.yaml
|
||
|
|
||
|
worker_listeners:
|
||
|
- type: metrics
|
||
|
bind_addresses: ['0.0.0.0']
|
||
|
port: 9102
|