From e2f5aba525df8023b8c2578e7c4eb0e0c0db61d8 Mon Sep 17 00:00:00 2001 From: Rodrigue Chakode Date: Tue, 14 Sep 2021 23:37:07 +0200 Subject: [PATCH] Updated app.yaml.sample --- app.yaml.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.yaml.sample b/app.yaml.sample index c617b97..0b71cbe 100644 --- a/app.yaml.sample +++ b/app.yaml.sample @@ -3,7 +3,7 @@ runtime: go112 # Uncomment the 'service' parameter if you're deploying the hugo-mx-gateway # under an existing App. # -#service: hugo-mx-gateway +service: hugo-mx-gateway # Set the below configuration environment variables with appropriate values @@ -19,4 +19,4 @@ env_variables: CONTACT_REPLY_BCC_EMAIL: "contact@example.com" DEMO_URL: "https://demo.example.com/" ALLOWED_ORIGINS: "127.0.0.1,example.com" - RECAPTCHA_PRIVATE_KEY: "value-of-recaptcha-private-key" \ No newline at end of file + RECAPTCHA_PRIVATE_KEY: "value-of-recaptcha-private-key"