mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
13 lines
272 B
YAML
13 lines
272 B
YAML
worker_name: federation_reader
|
|
worker_app: synapse.app.generic_worker
|
|
worker_listeners:
|
|
- port: 8011
|
|
type: http
|
|
x_forwarded: true
|
|
bind_addresses: ['::1', '127.0.0.1']
|
|
resources:
|
|
- names: [federation]
|
|
compress: false
|
|
|
|
# vim:ft=yaml sw=2 et:
|