From a97d6334ed5864d4925716cf4486c8f39412f7e6 Mon Sep 17 00:00:00 2001 From: squahtx Date: Fri, 7 Oct 2022 13:26:19 +0000 Subject: deploy: 0adeccafc651f9fe0eae4fe4d67229b9be9ed7b9 --- develop/systemd-with-workers/workers/pusher_worker.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 develop/systemd-with-workers/workers/pusher_worker.yaml (limited to 'develop/systemd-with-workers/workers/pusher_worker.yaml') diff --git a/develop/systemd-with-workers/workers/pusher_worker.yaml b/develop/systemd-with-workers/workers/pusher_worker.yaml new file mode 100644 index 0000000000..46e22c6f06 --- /dev/null +++ b/develop/systemd-with-workers/workers/pusher_worker.yaml @@ -0,0 +1,8 @@ +worker_app: synapse.app.pusher +worker_name: pusher_worker1 + +# The replication listener on the main synapse process. +worker_replication_host: 127.0.0.1 +worker_replication_http_port: 9093 + +worker_log_config: /etc/matrix-synapse/pusher-worker-log.yaml -- cgit 1.5.1