tazama-lf/lumberjack

Lumberjack: update env.template files

Opened this issue · 0 comments

As a product owner
I want to standardise environment variables
so that they reference the same variables with the same names; and
so that they maintain the same functional groupings/collections or related variables; and
so that they follow a standard and familiar order in their specification and processing

Acceptance criteria

  1. Standardize all .env variables across all the files according to the determined method
  2. Update env.template to reflect all the correct standardised environment variable names
  3. Standardise the config across system - moving the config to the coe-lib and splitting it up into interfaces
  4. Implementing error handling for missing env variables
  5. Ensure docker files align
    5.1 Comment out/delete the HEALTH_CHECK from the Dockerfile
  6. Make sure that the unit tests use a mocked .env file and does not rely on a .env file

https://github.com/tazama-lf/docs/blob/dev/Research-Articles/Environment-Variables.md

EPIC: tazama-lf/General-Issues#422