logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 2940deb51d79d34fa1c87101fa63f84661ab12e8
parent: ca57f17d3d55074fa41f409cb1726aeb83fd3465
Author: Eugen <eugen@zeonfederated.com>
Date:   Fri, 17 Feb 2017 13:09:21 +0100

Merge pull request #640 from mcat-ee/master

Added SMTP_FROM_ADDRESS to heroku deploy config

Diffstat:

Mapp.json7+++++--
1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/app.json b/app.json @@ -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" ] -}- \ No newline at end of file +}