Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Commit

Permalink
fix(email): turn on SES Event Publishing metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
jrgm committed Jan 13, 2017
1 parent ba65d88 commit 9105f87
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,14 @@ var conf = convict({
doc: 'url to Firefox password manager information',
format: String,
default: 'https://support.mozilla.org/kb/password-manager-remember-delete-change-and-import#w_viewing-and-deleting-passwords'
},
sesConfigurationSet: {
doc: ('AWS SES Configuration Set for SES Event Publishing. If defined, ' +
'X-SES-MESSAGE-TAGS headers will be added to emails. Only ' +
'intended for Production/Stage use.'),
format: String,
default: undefined,
env: 'SES_CONFIGURATION_SET'
}
},
maxEventLoopDelay: {
Expand Down

0 comments on commit 9105f87

Please sign in to comment.