Skip to content

Commit

Permalink
Restore reCAPTCHA for QA server (#1737)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgrady authored Sep 27, 2022
1 parent 1f33e9a commit 1de0ed6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deploy/scripts/setup_files/combine_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ targets:
thecombine:
global:
serverName: qa-kube.thecombine.app
frontend:
configCaptchaRequired: "true"
configCaptchaSiteKey: "6LdZIlkaAAAAAES4FZ5d01Shj5G4X0e2CHYg0D5t"
prod:
profile: prod
env_vars_required: true
Expand All @@ -62,7 +65,6 @@ targets:
frontend:
configCaptchaRequired: "true"
configCaptchaSiteKey: "6LdZIlkaAAAAAES4FZ5d01Shj5G4X0e2CHYg0D5t"
# override values for 'cert-proxy-server' chart

# Set of profiles
# Each key of 'profiles' defines one of the profiles used by the set of targets.
Expand Down

0 comments on commit 1de0ed6

Please sign in to comment.