mirror of
https://git.envs.net/envs/matrix-conf.git
synced 2025-01-26 16:03:30 -05:00
25 lines
510 B
YAML
25 lines
510 B
YAML
worker_app: synapse.app.generic_worker
|
|
worker_name: additional1
|
|
|
|
worker_log_config: /etc/matrix-synapse/workers/additional1_log_config.yaml
|
|
|
|
worker_listeners:
|
|
- type: http
|
|
bind_addresses: ['127.0.0.1']
|
|
port: 8515
|
|
tls: false
|
|
x_forwarded: true
|
|
resources:
|
|
- names: [client, federation]
|
|
compress: false
|
|
|
|
- type: http
|
|
bind_addresses: ['127.0.0.1']
|
|
port: 9099
|
|
resources:
|
|
- names: [replication]
|
|
|
|
- type: metrics
|
|
bind_addresses: ['0.0.0.0']
|
|
port: 9136
|