Skip to content

Commit

Permalink
build(heroku): change EMAIL_PROVIDER default value to smtp
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhatri1 committed Dec 25, 2019
1 parent 7242040 commit 5f161e5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"generator": "secret"
},
"DISABLE_EMAIL": {
"description": "Email sending is disabled if set to true.",
"description": "Email sending is disabled if set to true.",
"value": "true"
},
"BASE_URL": {
Expand All @@ -36,8 +36,8 @@
"value": "_unused_"
},
"EMAIL_PROVIDER": {
"description": "What service emails are sent from. You have a choice between smtp, mailgun, and sendgrid. All services require EMAIL_FROM. SMTP requires EMAIL_USER and EMAIL_PASSWORD, alongside EMAIL_HOST and EMAIL_PORT. Mailgun requires MAILGUN_DOMAIN, and MAILGUN_API_KEY. Sendgrid requires SENDGRID_API_KEY.",
"value": "smtp-mailgun-sendgrid"
"description": "What service emails are sent from. You have a choice between smtp, mailgun, and sendgrid. All services require EMAIL_FROM. SMTP requires EMAIL_USER and EMAIL_PASSWORD, alongside EMAIL_HOST and EMAIL_PORT. Mailgun requires MAILGUN_DOMAIN, and MAILGUN_API_KEY. Sendgrid requires SENDGRID_API_KEY. *Make sure that the field below is either smtp, mailgun, or sendgrid.*",
"value": "smtp"
},
"EMAIL_USER": {
"description": "Must be populated with an SMTP username if EMAIL_PROVIDER is set to smtp.",
Expand Down Expand Up @@ -82,4 +82,4 @@
"flask"
],
"name": "Gavel Judging System"
}
}

0 comments on commit 5f161e5

Please sign in to comment.