2023-07-18 18:27:08 +02:00

25 lines
518 B
YAML

worker_app: synapse.app.generic_worker
worker_name: generic_worker1
worker_log_config: /etc/matrix-synapse/workers/generic_worker1_log_config.yaml
worker_listeners:
- type: http
bind_addresses: ['127.0.0.1']
port: 8510
tls: false
x_forwarded: true
resources:
- names: [client, federation]
compress: false
- type: http
bind_addresses: ['127.0.0.1']
port: 9094
resources:
- names: [replication]
- type: metrics
bind_addresses: ['0.0.0.0']
port: 9131