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

Commit

Permalink
chore(config): Added environment variable support for verificationRem…
Browse files Browse the repository at this point in the history
…inders.pollTime

#1751

r=philbooth
  • Loading branch information
jbuck authored and philbooth committed Mar 21, 2017
1 parent 74ddd97 commit c77df31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mailer/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ var conf = convict({
pollTime: {
doc: 'Poll duration in milliseconds. 0 is disabled.',
format: 'duration',
default: '30 minutes'
default: '30 minutes',
env: 'VERIFICATION_REMINDER_POLL_TIME'
}
},
mail: {
Expand Down

0 comments on commit c77df31

Please sign in to comment.