From 1300866c5f0d2d1ab542a211bac8b0617b54fbd9 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 11 Jun 2019 22:24:29 +0200 Subject: [PATCH] add public_baseurl option --- templates/opt/matrix/config/homeserver.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/opt/matrix/config/homeserver.yml.j2 b/templates/opt/matrix/config/homeserver.yml.j2 index ccd61e3..8863dc0 100644 --- a/templates/opt/matrix/config/homeserver.yml.j2 +++ b/templates/opt/matrix/config/homeserver.yml.j2 @@ -84,7 +84,7 @@ pid_file: /var/run/homeserver.pid # web_client_location: "/path/to/web/root" # The public-facing base URL for the client API (not including _matrix/...) -# public_baseurl: https://example.com:8448/ +public_baseurl: {{ matrix_client_url }} # Set the soft limit on the number of file descriptors synapse can use # Zero is used to indicate synapse should set the soft limit to the