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
|