mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-10 20:57:41 +01:00
8 lines
226 B
Plaintext
8 lines
226 B
Plaintext
|
#jinja2: lstrip_blocks: "True"
|
||
|
{
|
||
|
"admins": {{ matrix_homeserver_admin_contacts|to_json }}
|
||
|
{% if matrix_homeserver_support_url %},
|
||
|
"support_page": "{{ matrix_homeserver_support_url|to_json }}"
|
||
|
{% endif %}
|
||
|
}
|