Procházet zdrojové kódy

dendrite_recaptcha_siteverify_api

pull/1971/head
Maxdeso před 3 roky
rodič
revize
75961359fb
2 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. +1
    -0
      roles/matrix-dendrite/defaults/main.yml
  2. +1
    -1
      roles/matrix-dendrite/templates/dendrite/dendrite.yaml.j2

+ 1
- 0
roles/matrix-dendrite/defaults/main.yml Zobrazit soubor

@@ -89,6 +89,7 @@ matrix_dendrite_registration_disabled: false
matrix_dendrite_enable_registration_captcha: false
matrix_dendrite_recaptcha_public_key: ""
matrix_dendrite_recaptcha_private_key: ""
matrix_dendrite_recaptcha_siteverify_api: "https://www.google.com/recaptcha/api/siteverify"

# A list of additional "volumes" to mount in the container.
# This list gets populated dynamically based on Dendrite extensions that have been enabled.


+ 1
- 1
roles/matrix-dendrite/templates/dendrite/dendrite.yaml.j2 Zobrazit soubor

@@ -174,7 +174,7 @@ client_api:
recaptcha_public_key: {{ matrix_dendrite_recaptcha_public_key|to_json }}
recaptcha_private_key: {{ matrix_dendrite_recaptcha_private_key|to_json }}
recaptcha_bypass_secret: ""
recaptcha_siteverify_api: ""
recaptcha_siteverify_api: {{ matrix_dendrite_recaptcha_siteverify_api|to_json }}

# TURN server information that this homeserver should send to clients.
turn:


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