Skip to content

Commit

Permalink
Fix ecosystem typo
Browse files Browse the repository at this point in the history
This commit fixes a missing comma in ecosystem.config.js.template
  • Loading branch information
Andrew Isherwood committed Dec 3, 2020
1 parent 5e40553 commit fe3454c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecosystem.config.js.template
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module.exports = {
PGUSER: '<db_user>',
PGPASSWORD: '<db_password>',
SCHEMA: '<db_user>',
BASE_URL: '<base_url_of_frontend>'
BASE_URL: '<base_url_of_frontend>',
FROM: '<email_from>',
REPLY_TO: '<email_reply_to>',
// See https://nodemailer.com/smtp/ for all options
Expand Down

0 comments on commit fe3454c

Please sign in to comment.