mirror of
https://github.com/matrix-org/synapse.git
synced 2025-06-29 06:36:35 +00:00
12 lines
254 B
YAML
12 lines
254 B
YAML
worker_app: synapse.app.generic_worker
|
|
worker_name: generic_worker1
|
|
|
|
worker_listeners:
|
|
- type: http
|
|
port: 8083
|
|
x_forwarded: true
|
|
resources:
|
|
- names: [client, federation]
|
|
|
|
worker_log_config: /etc/matrix-synapse/generic-worker-log.yaml
|