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

19 lines
347 B
YAML
Raw Normal View History

worker_app: synapse.app.generic_worker
worker_name: synapse-worker-sync
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