Updated app.yaml.sample
This commit is contained in:
parent
4449260e22
commit
e2f5aba525
|
@ -3,7 +3,7 @@ runtime: go112
|
||||||
# Uncomment the 'service' parameter if you're deploying the hugo-mx-gateway
|
# Uncomment the 'service' parameter if you're deploying the hugo-mx-gateway
|
||||||
# under an existing App.
|
# under an existing App.
|
||||||
#
|
#
|
||||||
#service: hugo-mx-gateway
|
service: hugo-mx-gateway
|
||||||
|
|
||||||
|
|
||||||
# Set the below configuration environment variables with appropriate values
|
# Set the below configuration environment variables with appropriate values
|
||||||
|
@ -19,4 +19,4 @@ env_variables:
|
||||||
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"
|
RECAPTCHA_PRIVATE_KEY: "value-of-recaptcha-private-key"
|
||||||
|
|
Loading…
Reference in New Issue