Merge pull request #640 from mcat-ee/master

Added SMTP_FROM_ADDRESS to heroku deploy config
This commit is contained in:
Eugen 2017-02-17 13:09:21 +01:00 committed by GitHub
commit 2940deb51d
1 changed files with 5 additions and 1 deletions

View File

@ -71,6 +71,10 @@
"SMTP_DOMAIN": {
"description": "Domain for SMTP server. Will default to instance domain if blank.",
"required": false
},
"SMTP_FROM_ADDRESS": {
"description": "Address to send emails from",
"required": false
}
},
"buildpacks": [
@ -88,4 +92,4 @@
"heroku-postgresql",
"heroku-redis"
]
}
}