From bf0274676e491397b1cce3308eb691bd4c5ed46d Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Sun, 20 Oct 2019 16:26:13 +0100 Subject: [PATCH] Add the server name to the Matrix config --- .ansible/roles/matrix_server/templates/homeserver.yaml.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/.ansible/roles/matrix_server/templates/homeserver.yaml.j2 b/.ansible/roles/matrix_server/templates/homeserver.yaml.j2 index 4f0c01d..092a3d6 100644 --- a/.ansible/roles/matrix_server/templates/homeserver.yaml.j2 +++ b/.ansible/roles/matrix_server/templates/homeserver.yaml.j2 @@ -3,6 +3,7 @@ tls_fingerprints: [{ "sha256": "/HCvvvL0fZZb3BsgA8KIegBijVjk4UCbA9od18BLxOE" }] pid_file: /run/matrix-synapse.pid soft_file_limit: 0 use_presence: true +server_name: home.suborbit.com listeners: - port: 8008 tls: false