Matrix Docker Ansible eploy
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 

13 linhas
360 B

  1. {
  2. "push": {{ matrix_client_hydrogen_push | to_json }},
  3. "defaultHomeServer": {{ matrix_client_hydrogen_default_hs_url | string | to_json }},
  4. "bugReportEndpointUrl": {{ matrix_client_hydrogen_bugReportEndpointUrl | to_json }},
  5. "themeManifests": [
  6. "assets/theme-Element.json"
  7. ],
  8. "defaultTheme": {
  9. "light": "element-light",
  10. "dark": "element-dark"
  11. }
  12. }