mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
make reminder task url optional env var
This commit is contained in:
parent
174365af7c
commit
c008c3154d
1 changed files with 1 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue