make reminder task url optional env var

This commit is contained in:
Hongbo Wu
2023-10-05 11:36:34 +08:00
parent 174365af7c
commit c008c3154d

View File

@ -165,6 +165,7 @@ const nullableEnvVars = [
'THUMBNAIL_TASK_HANDLER_URL',
'RSS_FEED_TASK_HANDLER_URL',
'SENDGRID_VERIFICATION_TEMPLATE_ID',
'REMINDER_TASK_HANDLER_URL',
] // Allow some vars to be null/empty
/* If not in GAE and Prod/QA/Demo env (f.e. on localhost/dev env), allow following env vars to be null */