updated default app engine config with reCaptcha setting

This commit is contained in:
Rodrigue Chakode 2020-08-17 22:24:28 +02:00
parent 15d6735778
commit 5160e150df
1 changed files with 2 additions and 1 deletions

View File

@ -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"
ALLOWED_ORIGINS: "127.0.0.1,example.com"
RECAPTCHA_PRIVATE_KEY: "value-of-recaptcha-private-key"