mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-20 05:44:01 +00:00
Merge pull request #640 from mcat-ee/master
Added SMTP_FROM_ADDRESS to heroku deploy config
This commit is contained in:
commit
2940deb51d
4
app.json
4
app.json
|
@ -71,6 +71,10 @@
|
||||||
"SMTP_DOMAIN": {
|
"SMTP_DOMAIN": {
|
||||||
"description": "Domain for SMTP server. Will default to instance domain if blank.",
|
"description": "Domain for SMTP server. Will default to instance domain if blank.",
|
||||||
"required": false
|
"required": false
|
||||||
|
},
|
||||||
|
"SMTP_FROM_ADDRESS": {
|
||||||
|
"description": "Address to send emails from",
|
||||||
|
"required": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"buildpacks": [
|
"buildpacks": [
|
||||||
|
|
Loading…
Reference in a new issue