summary refs log tree commit diff
path: root/latest/systemd-with-workers/workers/generic_worker.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'latest/systemd-with-workers/workers/generic_worker.yaml')
-rw-r--r--latest/systemd-with-workers/workers/generic_worker.yaml14
1 files changed, 14 insertions, 0 deletions
diff --git a/latest/systemd-with-workers/workers/generic_worker.yaml b/latest/systemd-with-workers/workers/generic_worker.yaml
new file mode 100644

index 0000000000..a82f9c161f --- /dev/null +++ b/latest/systemd-with-workers/workers/generic_worker.yaml
@@ -0,0 +1,14 @@ +worker_app: synapse.app.generic_worker +worker_name: generic_worker1 + +# The replication listener on the main synapse process. +worker_replication_host: 127.0.0.1 +worker_replication_http_port: 9093 + +worker_listeners: + - type: http + port: 8083 + resources: + - names: [client, federation] + +worker_log_config: /etc/matrix-synapse/generic-worker-log.yaml