Files
matrix-docker-ansible-deploy/roles/custom/matrix-bridge-wechat/templates/agent-config.yaml.j2
T
Slavi Pantaleev e3faabf125 Rename matrix_wechat_* variables to matrix_bridge_wechat_*
Part of adopting a uniform naming policy for bridge variables,
where the variable prefix matches the role directory name.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-16 16:12:14 +03:00

20 lines
340 B
Django/Jinja

{#
SPDX-FileCopyrightText: 2024 Slavi Pantaleev
SPDX-License-Identifier: AGPL-3.0-or-later
#}
wechat:
version: 3.8.1.26
listen_port: 22222
init_timeout: 10s
request_timeout: 30s
service:
addr: ws://matrix-wechat:20002
secret: {{ matrix_bridge_wechat_bridge_listen_secret | to_json }}
ping_interval: 30s
log:
level: info