ucsdlib / hifive

An application supporting an Employee Recognition program workflow
MIT License
0 stars 0 forks source link

Extract actionmailer configuration to environment variables #322

Closed mcritchlow closed 5 years ago

mcritchlow commented 5 years ago

Rationale

Via environment variables, we should be able to specify things like:

And not have those hard-coded into the application.

This work should also include the addition of defaults to the .env file so the dev/test environments also continue to work as is, along with a PR to env-variables to define the environment variable values there for staging/production.