From a4d66d8733e7b6024e959cbe0bc322649592c91f Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Thu, 6 Jun 2019 09:26:18 -0400 Subject: [PATCH] Use webdomain var everywhere --- package-riot/templates/matrix-homeserver.yaml.j2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-riot/templates/matrix-homeserver.yaml.j2 b/package-riot/templates/matrix-homeserver.yaml.j2 index fcc0b05..fd9c94e 100644 --- a/package-riot/templates/matrix-homeserver.yaml.j2 +++ b/package-riot/templates/matrix-homeserver.yaml.j2 @@ -5,7 +5,7 @@ no_tls: True tls_fingerprints: [] pid_file: "/var/run/matrix-synapse.pid" soft_file_limit: 0 -public_baseurl: "https://im.bonifacelabs.ca" +public_baseurl: "https://im.{{ blsedomains_webdomain }}" listeners: - port: 8008 tls: false @@ -96,13 +96,13 @@ email: smtp_user: "{{ username_email_root }}" smtp_pass: "{{ passwd_email_root }}" require_transport_security: True - notif_from: "The BLSE Matrix Server " + notif_from: "The BLSE Matrix Server