1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2025-01-18 08:06:16 +01:00
infrastructure/roles/matrix/files/worker-appservice.yaml
Jan Alexander Steffens (heftig) d8ced720e9
matrix: Adjust modelines
- Add `ft=systemd` where needed
- Remove `ft=` where filetype detection works (especially jinja.vim)
- Set `sw=2 sts=-1 et` everywhere
2022-12-10 00:55:51 +01:00

9 lines
175 B
YAML

worker_name: appservice
worker_app: synapse.app.generic_worker
worker_listeners:
- port: 8020
type: metrics
bind_addresses: ['127.0.0.1']
# vim:set sw=2 sts=-1 et: