mirror of
https://git.envs.net/envs/matrix-conf.git
synced 2025-01-11 02:29:24 -05:00
14 lines
331 B
YAML
14 lines
331 B
YAML
|
worker_app: synapse.app.pusher
|
||
|
worker_name: pusher
|
||
|
|
||
|
# The replication listener on the synapse to talk to.
|
||
|
worker_replication_host: 127.0.0.1
|
||
|
worker_replication_http_port: 9093
|
||
|
|
||
|
worker_log_config: /etc/matrix-synapse/workers/pusher_log_config.yaml
|
||
|
|
||
|
worker_listeners:
|
||
|
- type: metrics
|
||
|
bind_addresses: ['0.0.0.0']
|
||
|
port: 9111
|