Procházet zdrojové kódy

Removed troublesome #s

pull/564/head
Justin Croonenberghs před 6 roky
rodič
revize
35c2655fa4
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      roles/matrix-synapse/templates/synapse/homeserver.yaml.j2

+ 2
- 2
roles/matrix-synapse/templates/synapse/homeserver.yaml.j2 Zobrazit soubor

@@ -934,12 +934,12 @@ url_preview_accept_language:
# This homeserver's ReCAPTCHA public key. Must be specified if
# enable_registration_captcha is enabled.
#
#recaptcha_public_key: {{ matrix_synapse_recaptcha_public_key }}
recaptcha_public_key: {{ matrix_synapse_recaptcha_public_key }}

# This homeserver's ReCAPTCHA private key. Must be specified if
# enable_registration_captcha is enabled.
#
#recaptcha_private_key: {{ matrix_synapse_recaptcha_private_key }}
recaptcha_private_key: {{ matrix_synapse_recaptcha_private_key }}

# Uncomment to enable ReCaptcha checks when registering, preventing signup
# unless a captcha is answered. Requires a valid ReCaptcha


Načítá se…
Zrušit
Uložit