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.

15 lines
461 B

  1. {
  2. "default_hs_url": "https://{{ hostname_matrix }}",
  3. "default_is_url": "https://vector.im",
  4. "brand": "Riot",
  5. "integrations_ui_url": "https://scalar.vector.im/",
  6. "integrations_rest_url": "https://scalar.vector.im/api",
  7. "bug_report_endpoint_url": "https://riot.im/bugreports/submit",
  8. "enableLabs": true,
  9. "roomDirectory": {
  10. "servers": [
  11. "matrix.org"
  12. ]
  13. },
  14. "welcomeUserId": "@riot-bot:matrix.org"
  15. }