matrix-docker-compose/ansible/roles/synapse/files/basedir/config/synapse-worker-sync.yaml

21 lines
396 B
YAML
Raw Normal View History

worker_app: synapse.app.generic_worker
worker_name: synapse-worker-sync
2023-12-04 10:39:28 +00:00
worker_log_config: /config/log-worker-sync.yaml
worker_listeners:
- type: http
port: 8008
x_forwarded: true
resources:
- names:
- client
- federation
2023-12-04 09:45:15 +00:00
- port: 9000
type: metrics
tls: false
x_forwarded: true
resources:
- names: [metrics]
compress: false