Update app.yaml.sample

This commit is contained in:
Seb 2022-05-15 18:03:12 +02:00 committed by Sebastian Kriechenbauer
parent 8f2a331e49
commit fb1a21d77d
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ env_variables:
TEMPLATE_DEMO_REQUEST_REPLY: templates/template_reply_demo_request.html
TEMPLATE_CONTACT_REQUEST_REPLY: templates/template_reply_contact_request.html
SMTP_SERVER_ADDR: "smtp.mailgun.org:587"
SMTP_VERITY_CERT: true
SMTP_SKIP_VERIFY_CERT: false
SMTP_AUTHENTICATION_ENABLED: true
SMTP_CLIENT_USERNAME: "postmaster@example.com"
SMTP_CLIENT_PASSWORD: "postmasterSecretPassWord"