updated default app engine config with reCaptcha setting
This commit is contained in:
parent
15d6735778
commit
5160e150df
|
@ -18,4 +18,5 @@ env_variables:
|
||||||
CONTACT_REPLY_EMAIL: "noreply@example.com"
|
CONTACT_REPLY_EMAIL: "noreply@example.com"
|
||||||
CONTACT_REPLY_BCC_EMAIL: "contact@example.com"
|
CONTACT_REPLY_BCC_EMAIL: "contact@example.com"
|
||||||
DEMO_URL: "https://demo.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"
|
Loading…
Reference in New Issue