renamed sample app config to app.yaml.sample

This commit is contained in:
Rodrigue Chakode 2020-05-12 23:41:17 +02:00
parent 6513cbf058
commit 9755f2af55
4 changed files with 13 additions and 1 deletions

View File

@ -1 +0,0 @@
runtime: go112

13
app.yaml.sample Normal file
View File

@ -0,0 +1,13 @@
runtime: go112
env_variables:
SMTP_SERVER_ADDR: "smtp.mailgun.org:587"
SMTP_VERITY_CERT: true
SMTP_CLIENT_USERNAME: "postmaster@example.com"
SMTP_CLIENT_PASSWORD: "postmasterSecretPassWord"
CONTACT_REPLY_EMAIL: "noreply@example.com"
CONTACT_REPLY_CC_EMAIL: "contact@example.com"
DEMO_URL: "https://demo.example.com/"
ALLOWED_ORIGIN_DOMAIN: "example.com"
TEMPLATE_DEMO_REQUEST_REPLY: templates/template_reply_demo_request.html
TEMPLATE_CONTACT_REQUEST_REPLY: templates/template_reply_contact_request.html