From d0ad4f523b97110764d70e87d30828dda4083688 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Thu, 24 Jan 2013 14:43:41 -0500 Subject: More whine about env vars. --- wiki/12factor/3-config.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'wiki') diff --git a/wiki/12factor/3-config.md b/wiki/12factor/3-config.md index 144e4ec..5d6c6c6 100644 --- a/wiki/12factor/3-config.md +++ b/wiki/12factor/3-config.md @@ -15,3 +15,8 @@ variables for everything. > the exceptional configuration mechanism :) > > [Kit L](https://twitter.com/wlonk): 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`? -- cgit v1.2.3