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
|