From 6727434db5add7f32373f363e8edae7addf470e7 Mon Sep 17 00:00:00 2001 From: cellarspoon Date: Mon, 13 Dec 2021 12:06:26 +0100 Subject: [PATCH] fix: remove test domain --- homeserver.yaml.tmpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/homeserver.yaml.tmpl b/homeserver.yaml.tmpl index 4105f9e..6237a45 100644 --- a/homeserver.yaml.tmpl +++ b/homeserver.yaml.tmpl @@ -593,11 +593,11 @@ retention: # any intermediate certificates (for instance, if using certbot, use # `fullchain.pem` as your certificate, not `cert.pem`). # -#tls_certificate_path: "/data/foo.com.tls.crt" +#tls_certificate_path: "/data/{{ env "DOMAIN" }}.tls.crt" # PEM-encoded private key for TLS # -#tls_private_key_path: "/data/foo.com.tls.key" +#tls_private_key_path: "/data/{{ env "DOMAIN" }}.tls.key" # Whether to verify TLS server certificates for outbound federation requests. # @@ -778,7 +778,7 @@ database: # A yaml python logging config file as described by # https://docs.python.org/3.7/library/logging.config.html#configuration-dictionary-schema # -log_config: "/data/foo.com.log.config" +log_config: "/data/{{ env "DOMAIN" }}.config" ## Ratelimiting ## @@ -1456,7 +1456,7 @@ form_secret: "I@#lMS0V3@HRB~b0nvA&Di29uK^l5K@Sm=Ima+:.CKlldwP6&s" # Path to the signing key to sign messages with # -signing_key_path: "/data/foo.com.signing.key" +signing_key_path: "/data/{{ env "DOMAIN" }}.signing.key" # The keys that the server used to sign messages with but won't use # to sign new messages.