Via environment variables, we should be able to specify things like:
delivery method
hostname
???
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.
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.