Explorar el Código

Fix some default values in matrix-static-files

pull/3093/head
Slavi Pantaleev hace 2 años
padre
commit
18211810ef
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      roles/custom/matrix-static-files/defaults/main.yml

+ 2
- 2
roles/custom/matrix-static-files/defaults/main.yml Ver fichero

@@ -278,13 +278,13 @@ matrix_static_files_file_matrix_server_configuration: "{{ matrix_static_files_fi
# #
# This is not enabled by default, as for it to be useful, other information is necessary. # This is not enabled by default, as for it to be useful, other information is necessary.
# See `matrix_static_files_file_matrix_support_property_m_contacts`, `matrix_static_files_file_matrix_support_property_m_support_page`, etc. # See `matrix_static_files_file_matrix_support_property_m_contacts`, `matrix_static_files_file_matrix_support_property_m_support_page`, etc.
matrix_static_files_file_matrix_support_enabled: "{{ matrix_static_files_matrix_support_enabled }}"
matrix_static_files_file_matrix_support_enabled: false


# Controls the m.contacts property in the /.well-known/matrix/support file # Controls the m.contacts property in the /.well-known/matrix/support file
matrix_static_files_file_matrix_support_property_m_contacts: [] matrix_static_files_file_matrix_support_property_m_contacts: []


# Controls the m.support_page property in the /.well-known/matrix/support file # Controls the m.support_page property in the /.well-known/matrix/support file
matrix_static_files_file_matrix_support_property_m_support_page: []
matrix_static_files_file_matrix_support_property_m_support_page: ""


# Default /.well-known/matrix/support configuration template which covers the generic use case. # Default /.well-known/matrix/support configuration template which covers the generic use case.
# You can customize it by controlling the various variables inside it. # You can customize it by controlling the various variables inside it.


Cargando…
Cancelar
Guardar