From 9a6fe388e0ae1e17e4d29129d1b1ce18e5545122 Mon Sep 17 00:00:00 2001 From: Rodrigue Chakode Date: Sun, 31 May 2020 13:45:44 +0200 Subject: [PATCH] added comments in default config --- app.yaml.sample | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/app.yaml.sample b/app.yaml.sample index 9e16049..7e1e0bd 100644 --- a/app.yaml.sample +++ b/app.yaml.sample @@ -1,5 +1,13 @@ runtime: go112 -version: v0.1.0 + +# Uncomment the 'service' parameter if you're deploying the hugo-mx-gateway +# under an existing App. +# +#service: hugo-mx-gateway + + +# Set the below configuration environment variables with appropriate values +# env_variables: TEMPLATE_DEMO_REQUEST_REPLY: templates/template_reply_demo_request.html TEMPLATE_CONTACT_REQUEST_REPLY: templates/template_reply_contact_request.html