mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2026-07-16 19:53:53 +03:00
e3faabf125
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>
20 lines
340 B
Django/Jinja
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
|