CARLI/select

Convert middleware config to environment variables

Closed this issue · 1 comments

Things like the notifications email and smtp server need to be controlled by environment variable

We did this for the CRM and SMTP settings for the middleware. We want to get the test server working with a baked-in notifications override from config and make sure that all works, then refactor out the override in the email code.

Also, we intend to install the npm dotenv module so local dev can load values from a .env file