Adding a few default expiration intervals
This commit is contained in:
parent
7554a86d23
commit
500b212a25
|
@ -198,7 +198,7 @@ def create_default_expiration_notifications(name, recipients):
|
|||
},
|
||||
]
|
||||
|
||||
intervals = current_app.config.get("LEMUR_DEFAULT_EXPIRATION_NOTIFICATION_INTERVALS")
|
||||
intervals = current_app.config.get("LEMUR_DEFAULT_EXPIRATION_NOTIFICATION_INTERVALS", [30, 15, 2])
|
||||
|
||||
notifications = []
|
||||
for i in intervals:
|
||||
|
|
Loading…
Reference in New Issue