Skip to content

12 Factor App: Store config in the environment #55

Description

@RomanPszonka

https://12factor.net/config

  • centralize loading of env variables through a config class; currently values are read throughout the code
  • remove any defaults for env variables that would likely fail in another env, e.g. local/docker/kubernetes/prod
  • improve .env.local, to make sure it works for local deployment by default
  • add .env.docker
  • improve documentation of env variables

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions