fix: remove test domain

This commit is contained in:
decentral1se 2021-12-13 12:06:26 +01:00
parent 85598331b7
commit 6727434db5
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 4 additions and 4 deletions

View File

@ -593,11 +593,11 @@ retention:
# any intermediate certificates (for instance, if using certbot, use # any intermediate certificates (for instance, if using certbot, use
# `fullchain.pem` as your certificate, not `cert.pem`). # `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 # 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. # Whether to verify TLS server certificates for outbound federation requests.
# #
@ -778,7 +778,7 @@ database:
# A yaml python logging config file as described by # A yaml python logging config file as described by
# https://docs.python.org/3.7/library/logging.config.html#configuration-dictionary-schema # 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 ## ## 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 # 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 # The keys that the server used to sign messages with but won't use
# to sign new messages. # to sign new messages.