This website works better with JavaScript.
Home
Explore
Help
Sign In
nekobus
/
mastodon_neko
forked from
closed-social/mastodon
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Merge pull request
#640
from mcat-ee/master
Added SMTP_FROM_ADDRESS to heroku deploy config
master
Eugen
7 years ago
committed by
GitHub
parent
ca57f17d3d
8a93ae4f18
commit
2940deb51d
1 changed files
with
5 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-1
app.json
+ 5
- 1
app.json
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"
]
}
}
Write
Preview
Loading…
Cancel
Save