mirror of
https://git.envs.net/envs/matrix-conf.git
synced 2024-10-01 07:35:35 -04:00
14 lines
366 B
YAML
14 lines
366 B
YAML
|
worker_app: synapse.app.federation_sender
|
||
|
worker_name: federation_sender3
|
||
|
|
||
|
# 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_sender3_log_config.yaml
|
||
|
|
||
|
worker_listeners:
|
||
|
- type: metrics
|
||
|
bind_addresses: ['0.0.0.0']
|
||
|
port: 9103
|