hugo-mx-gateway/app.yaml.sample

11 lines
374 B
Plaintext
Raw Normal View History

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"
2020-05-14 14:58:22 +02:00
ALLOWED_ORIGINS: "127.0.0.1,example.com"
CONTACT_REPLY_EMAIL: "noreply@example.com"
CONTACT_REPLY_CC_EMAIL: "contact@example.com"
2020-05-14 14:58:22 +02:00
DEMO_URL: "https://demo.example.com/"