mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
15 lines
336 B
YAML
15 lines
336 B
YAML
|
worker_app: synapse.app.federation_reader
|
||
|
|
||
|
worker_replication_host: 127.0.0.1
|
||
|
worker_replication_port: 9092
|
||
|
worker_replication_http_port: 9093
|
||
|
|
||
|
worker_listeners:
|
||
|
- type: http
|
||
|
port: 8011
|
||
|
resources:
|
||
|
- names: [federation]
|
||
|
|
||
|
worker_daemonize: false
|
||
|
worker_log_config: /etc/matrix-synapse/federation-reader-log.yaml
|