summary refs log tree commit diff
path: root/docker/workers/pusher.yaml
blob: bf1ccf4135048123731d07a3ea753a6999fb0f2b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
worker_app: synapse.app.pusher
worker_name: pusher

# 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: []

worker_log_config: /conf/workers/pusher_log.yaml