Procházet zdrojové kódy

Fix recaptcha vars ansible-vault compatibility

pull/2644/head
Kanlas před 3 roky
committed by GitHub
rodič
revize
9c75a1e20d
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: 4AEE18F83AFDEB23
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      roles/custom/matrix-synapse/templates/synapse/homeserver.yaml.j2

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

@@ -1223,12 +1223,12 @@ oembed:
# This homeserver's ReCAPTCHA public key. Must be specified if
# enable_registration_captcha is enabled.
#
recaptcha_public_key: {{ matrix_synapse_recaptcha_public_key|to_json }}
recaptcha_public_key: {{ matrix_synapse_recaptcha_public_key|string|to_json }}

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

# 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