envsdotnet-matrix-conf/etc/matrix-synapse/workers/generic_worker1.yaml

29 lines
643 B
YAML
Raw Normal View History

2021-08-01 08:34:00 -04:00
worker_app: synapse.app.generic_worker
worker_name: generic_worker1
# 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_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