envsdotnet-matrix-conf/etc/matrix-synapse/workers/generic_worker3.yaml
2021-08-01 14:34:00 +02:00

29 lines
643 B
YAML

worker_app: synapse.app.generic_worker
worker_name: generic_worker3
# 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/generic_worker3_log_config.yaml
worker_listeners:
- type: http
bind_addresses: ['127.0.0.1']
port: 8512
tls: false
x_forwarded: true
resources:
- names: [client, federation]
compress: false
- type: http
bind_addresses: ['127.0.0.1']
port: 9096
resources:
- names: [replication]
- type: metrics
bind_addresses: ['0.0.0.0']
port: 9133