infrastructure/roles/matrix_delegate/templates/client-delegation.json

10 lines
241 B
JSON
Raw Permalink Normal View History

{
"m.homeserver": {
"base_url": "https://{{ matrix_delegate_matrix_domain }}"
2023-09-24 14:24:53 +02:00
}{% if matrix_delegate_sliding_sync_enabled %},
"org.matrix.msc3575.proxy": {
"url": "{{ matrix_delegate_sliding_sync_url }}"
}
{% endif %}
}