From 50f053e7db64842c5ee7c9da5146b45c575e347e Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Fri, 29 Mar 2024 18:36:00 -0400 Subject: [PATCH] hcaptcha --- .../roles/hatecomputers-club/templates/docker-compose.yml.j2 | 2 ++ secrets.txt | 2 ++ 2 files changed, 4 insertions(+) diff --git a/playbooks/roles/hatecomputers-club/templates/docker-compose.yml.j2 b/playbooks/roles/hatecomputers-club/templates/docker-compose.yml.j2 index 55562ed..1894f67 100644 --- a/playbooks/roles/hatecomputers-club/templates/docker-compose.yml.j2 +++ b/playbooks/roles/hatecomputers-club/templates/docker-compose.yml.j2 @@ -18,5 +18,7 @@ services: - OAUTH_CLIENT_SECRET={{ hatecomputers_club_oauth2_client_secret }} - OAUTH_REDIRECT_URI={{ hatecomputers_club_oauth2_redirect_uri }} - OAUTH_USER_INFO_URI={{ hatecomputers_club_oauth2_user_info_uri }} + - HCAPTCHA_SITE_KEY={{ hcaptcha_site_key }} + - HCAPTCHA_SECRET={{ hcaptcha_secret }} volumes: - ./db:/app/db diff --git a/secrets.txt b/secrets.txt index f09cced..62d20b4 100644 --- a/secrets.txt +++ b/secrets.txt @@ -12,3 +12,5 @@ drone_gitea_client_secret drone_rpc_secret hatecomputers_club_oauth2_client_id hatecomputers_club_oauth2_client_secret +hcaptcha_site_key +hcaptcha_secret