From 5160e150df44f3605b23b2f6547c42cf8bcf43b3 Mon Sep 17 00:00:00 2001 From: Rodrigue Chakode Date: Mon, 17 Aug 2020 22:24:28 +0200 Subject: [PATCH] updated default app engine config with reCaptcha setting --- app.yaml.sample | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app.yaml.sample b/app.yaml.sample index 7e1e0bd..c617b97 100644 --- a/app.yaml.sample +++ b/app.yaml.sample @@ -18,4 +18,5 @@ env_variables: CONTACT_REPLY_EMAIL: "noreply@example.com" CONTACT_REPLY_BCC_EMAIL: "contact@example.com" DEMO_URL: "https://demo.example.com/" - ALLOWED_ORIGINS: "127.0.0.1,example.com" \ No newline at end of file + ALLOWED_ORIGINS: "127.0.0.1,example.com" + RECAPTCHA_PRIVATE_KEY: "value-of-recaptcha-private-key" \ No newline at end of file