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:
Родитель
74ddd9711b
Коммит
c77df318e8
|
@ -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: {
|
||||
|
|
Загрузка…
Ссылка в новой задаче