Matrix Docker Ansible eploy
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

14 行
189 B

  1. {
  2. "listen": {
  3. "type": "tcp",
  4. "host": "0.0.0.0",
  5. "port": 8000,
  6. "force": false
  7. },
  8. "register_timeout": 3000,
  9. "logging_keys": {
  10. "request": ["mxid"],
  11. "response": ["status"]
  12. }
  13. }