diff options
Diffstat (limited to 'v1.74/systemd-with-workers/workers/pusher_worker.yaml')
-rw-r--r-- | v1.74/systemd-with-workers/workers/pusher_worker.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/v1.74/systemd-with-workers/workers/pusher_worker.yaml b/v1.74/systemd-with-workers/workers/pusher_worker.yaml new file mode 100644 index 0000000000..46e22c6f06 --- /dev/null +++ b/v1.74/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 |