Update app.yaml.sample
This commit is contained in:
parent
8f2a331e49
commit
fb1a21d77d
|
@ -12,7 +12,7 @@ env_variables:
|
||||||
TEMPLATE_DEMO_REQUEST_REPLY: templates/template_reply_demo_request.html
|
TEMPLATE_DEMO_REQUEST_REPLY: templates/template_reply_demo_request.html
|
||||||
TEMPLATE_CONTACT_REQUEST_REPLY: templates/template_reply_contact_request.html
|
TEMPLATE_CONTACT_REQUEST_REPLY: templates/template_reply_contact_request.html
|
||||||
SMTP_SERVER_ADDR: "smtp.mailgun.org:587"
|
SMTP_SERVER_ADDR: "smtp.mailgun.org:587"
|
||||||
SMTP_VERITY_CERT: true
|
SMTP_SKIP_VERIFY_CERT: false
|
||||||
SMTP_AUTHENTICATION_ENABLED: true
|
SMTP_AUTHENTICATION_ENABLED: true
|
||||||
SMTP_CLIENT_USERNAME: "postmaster@example.com"
|
SMTP_CLIENT_USERNAME: "postmaster@example.com"
|
||||||
SMTP_CLIENT_PASSWORD: "postmasterSecretPassWord"
|
SMTP_CLIENT_PASSWORD: "postmasterSecretPassWord"
|
||||||
|
|
Loading…
Reference in New Issue