chore(config): Added environment variable support for verificationReminders.pollTime

https://github.com/mozilla/fxa-auth-server/pull/1751

r=philbooth
This commit is contained in:
Jon Buckley 2017-03-21 13:02:08 -04:00 коммит произвёл Phil Booth
Родитель 74ddd9711b
Коммит c77df318e8
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -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: {