From 76aed6ef732de38d82245b3d674f70bab30221e5 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Fri, 3 Jul 2015 22:31:49 -0400 Subject: Fuck it, serve the files directly. --- .html/12factor/3-config.html | 106 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 106 insertions(+) create mode 100644 .html/12factor/3-config.html (limited to '.html/12factor/3-config.html') diff --git a/.html/12factor/3-config.html b/.html/12factor/3-config.html new file mode 100644 index 0000000..a7f58cf --- /dev/null +++ b/.html/12factor/3-config.html @@ -0,0 +1,106 @@ + + + + + The Codex » + Factor 3: Config + + + + + + + + +
+ + + + + +
+

Factor 3: Config

+

This section advises using environment +variables for everything.

+
+

Owen J: I think I disagree with +12factor's conclusions on config even though I agree with the premises +and rationale in general

+

Owen J: environment variables +are neither exceptionally portable, exceptionally standard, nor +exceptionally easy to manage

+

Owen J: and therefore should not be +the exceptional configuration mechanism :)

+

Kit L: that's exactly the critique i have

+
+

Frustratingly, the config section doesn't provide any guidance on sensible +ways to manage environment variables. In any real-world deployment, they're +going to have to be stored somewhere; where's appropriate? .bash_profile? +httpd.con as SetEnv directives? Per-release rc files? /etc/init.d?

+
+ + + +
+
+ + +comments powered by Disqus +
+ + + + + +
+ + \ No newline at end of file -- cgit v1.2.3