Skip to content

Commit

Permalink
build(heroku): change DISABLE_EMAIL to default false
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhatri1 committed Dec 25, 2019
1 parent 5f161e5 commit e076b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"DISABLE_EMAIL": {
"description": "Email sending is disabled if set to true.",
"value": "true"
"value": "false"
},
"BASE_URL": {
"description": "The base URL of the app.",
Expand Down

0 comments on commit e076b84

Please sign in to comment.