Matrix Docker Ansible eploy
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

14 lines
188 B

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