summaryrefslogtreecommitdiff
path: root/wiki/12factor/3-config.md
diff options
context:
space:
mode:
Diffstat (limited to 'wiki/12factor/3-config.md')
-rw-r--r--wiki/12factor/3-config.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/wiki/12factor/3-config.md b/wiki/12factor/3-config.md
new file mode 100644
index 0000000..144e4ec
--- /dev/null
+++ b/wiki/12factor/3-config.md
@@ -0,0 +1,17 @@
+# Factor 3: Config
+
+[This section](http://www.12factor.net/config) advises using environment
+variables for everything.
+
+> [Owen J](https://twitter.com/derspiny): I think I disagree with
+> 12factor's conclusions on config even though I agree with the premises
+> and rationale in general
+>
+> [Owen J](https://twitter.com/derspiny): environment variables
+> are neither exceptionally portable, exceptionally standard, nor
+> exceptionally easy to manage
+>
+> [Owen J](https://twitter.com/derspiny): and therefore should not be
+> the exceptional configuration mechanism :)
+>
+> [Kit L](https://twitter.com/wlonk): that's exactly the critique i have