mirror of
https://git.envs.net/envs/matrix-conf.git
synced 2025-01-10 18:19:25 -05:00
14 lines
343 B
YAML
14 lines
343 B
YAML
worker_app: synapse.app.appservice
|
|
worker_name: appservice
|
|
|
|
# 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/appservice_log_config.yaml
|
|
|
|
worker_listeners:
|
|
- type: metrics
|
|
bind_addresses: ['0.0.0.0']
|
|
port: 9121
|