Twelve Factor: Difference between revisions
From ym2149.org
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
* https://12factor.net/ | * https://12factor.net/ | ||
* itil for influencers | |||
== 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 | * logging goes to stderr not stdout | ||
[[Category:Programming]] | [[Category:Programming]] |
Revision as of 12:54, 19 April 2024
- https://12factor.net/
- itil for influencers
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