Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

config: methods to achieve 12factor-ness? #16

Open
dpkirchner opened this issue Feb 16, 2014 · 1 comment
Open

config: methods to achieve 12factor-ness? #16

dpkirchner opened this issue Feb 16, 2014 · 1 comment

Comments

@dpkirchner
Copy link

I like what I have read on the 12factor.net site but one concept in particular stands out as unclear, perhaps incomplete: config.

The site recommends using individual environment variables instead of sets of environment variables grouped in to environments (e.g. production, staging). However, the site also recommends that the development and production environments be kept as similar as is possible, suggesting that there must be some mechanism keeping at least the variable names in sync, if not the values, for consistent development environments. These two recommendations seem to be in conflict, or at least one could be clarified to support the other.

Are there practical examples demonstrating a way to manage environment variables without them being grouped in to environments or files that may inadvertently be committed to VCS?

@Rogach
Copy link

Rogach commented May 14, 2015

+1. That's very interesting point - I made a question on Programmes.SE about that, but didn't get sufficiently sane answers yet.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants