minor, repaired Synapse mails

This commit is contained in:
LUXEY Adrien 2021-01-21 09:17:28 +01:00
parent ad01130979
commit 4d615ac1f1
2 changed files with 6 additions and 6 deletions

View file

@ -25,9 +25,9 @@ listening-ip={{ site.coturn.external_ip }}
# of the TURN session (if the requested relay address family is the same # of the TURN session (if the requested relay address family is the same
# as the family of the client socket). # as the family of the client socket).
# #
#relay-ip={{ site.coturn.external_ip }} relay-ip={{ site.coturn.external_ip }}
#external-ip={{ site.coturn.external_ip }} external-ip={{ site.coturn.external_ip }}
# TURN listener port for UDP and TCP (Default: 3478). # TURN listener port for UDP and TCP (Default: 3478).
# Note: actually, TLS & DTLS sessions can connect to the # Note: actually, TLS & DTLS sessions can connect to the
@ -50,7 +50,7 @@ min-port={{ site.coturn.min_port }}
max-port={{ site.coturn.min_port }} max-port={{ site.coturn.min_port }}
log-file=stdout #log-file=stdout
pidfile=/var/lib/coturn/turnserver.pid pidfile=/var/lib/coturn/turnserver.pid
userdb=/var/lib/coturn/turnserver.db userdb=/var/lib/coturn/turnserver.db
@ -78,4 +78,4 @@ denied-peer-ip={{ ip_range }}
{% for ip_range in site.coturn.allowed_peer_ips %} {% for ip_range in site.coturn.allowed_peer_ips %}
allowed-peer-ip={{ ip_range }} allowed-peer-ip={{ ip_range }}
{% endfor %} {% endfor %}
allowed-peer-ip={{ site.coturn.external_ip }} #allowed-peer-ip={{ site.coturn.external_ip }}

View file

@ -1931,12 +1931,12 @@ email:
# Note that the placeholder must be written '%(app)s', including the # Note that the placeholder must be written '%(app)s', including the
# trailing 's'. # trailing 's'.
# #
notif_from: "Camarade %(app) <noreply@{{ site.url }}>" notif_from: "Camarade %(app)s <noreply@{{ site.url }}>"
# app_name defines the default value for '%(app)s' in notif_from and email # app_name defines the default value for '%(app)s' in notif_from and email
# subjects. It defaults to 'Matrix'. # subjects. It defaults to 'Matrix'.
# #
#app_name: my_branded_matrix_server app_name: "Zinz.Dev"
# Uncomment the following to enable sending emails for messages that the user # Uncomment the following to enable sending emails for messages that the user
# has missed. Disabled by default. # has missed. Disabled by default.