make sender address nullable env var

This commit is contained in:
Hongbo Wu
2022-07-20 22:53:13 +08:00
committed by Jackson Harper
parent b52043bd95
commit d108806234

View File

@ -119,6 +119,9 @@ const nullableEnvVars = [
'ELASTIC_USERNAME',
'ELASTIC_PASSWORD',
'GCS_UPLOAD_PRIVATE_BUCKET',
'SENDER_MESSAGE',
'SENDER_FEEDBACK',
'SENDER_GENERAL',
] // 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 */