Standardise spelling and casing of homeserver

Signed-off-by: Paulo Pinto <paulo.pinto@automattic.com>
This commit is contained in:
Paulo Pinto 2021-07-12 20:36:28 +01:00
parent 130aee0416
commit 7a8400e5c7
2 changed files with 4 additions and 4 deletions

View file

@ -572,11 +572,11 @@ uploads_path: "{{SYNAPSE_ROOT}}uploads"
## Captcha ## ## Captcha ##
# See docs/CAPTCHA_SETUP for full details of configuring this. # See docs/CAPTCHA_SETUP for full details of configuring this.
# This Home Server's ReCAPTCHA public key. # This homeserver's ReCAPTCHA public key.
# #
#recaptcha_public_key: "YOUR_PUBLIC_KEY" #recaptcha_public_key: "YOUR_PUBLIC_KEY"
# This Home Server's ReCAPTCHA private key. # This homeserver's ReCAPTCHA private key.
# #
#recaptcha_private_key: "YOUR_PRIVATE_KEY" #recaptcha_private_key: "YOUR_PRIVATE_KEY"
@ -889,7 +889,7 @@ email:
smtp_user: "exampleusername" smtp_user: "exampleusername"
smtp_pass: "examplepassword" smtp_pass: "examplepassword"
require_transport_security: False require_transport_security: False
notif_from: "Your Friendly %(app)s Home Server <noreply@example.com>" notif_from: "Your Friendly %(app)s homeserver <noreply@example.com>"
app_name: Matrix app_name: Matrix
# if template_dir is unset, uses the example templates that are part of # if template_dir is unset, uses the example templates that are part of
# the Synapse distribution. # the Synapse distribution.