Matrix Docker Ansible eploy
您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
|
- wechat:
- version: 3.8.1.26
- listen_port: 22222
- init_timeout: 10s
- request_timeout: 30s
-
- service:
- addr: ws://matrix-wechat:20002
- secret: {{ matrix_wechat_bridge_listen_secret | to_json }}
- ping_interval: 30s
-
- log:
- level: info
|