3
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2025-12-13 20:42:39 +00:00

Make federation domain customizable

This commit is contained in:
oxmie
2021-06-28 14:30:48 +02:00
committed by Marvin
parent 154c2bbe36
commit 5df4d68829
4 changed files with 6 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
#jinja2: lstrip_blocks: "True"
{
"m.server": "{{ matrix_server_fqn_matrix }}:{{ matrix_federation_public_port }}"
"m.server": "{{ matrix_server_fqn_matrix_federation }}:{{ matrix_federation_public_port }}"
}