Twelve Factor

From ym2149.org
Revision as of 12:54, 19 April 2024 by Andrzej (talk | contribs)
Jump to navigationJump to search

III

  • environment variables are too crude for typical config workloads

V

  • a deployment should only be able to access config specific to that environment, along with config common to all envs

XI

  • logging goes to stderr not stdout