Skill Wiki v0.1.0
principle @backend-architecture/principle-config-in-environment

Config In Environment

Strict separation of config from code. Config lives in the environment, not the repo.

Skill
@backend-architecture
Domain
backend-architecture
Version
1.0.0
Quality
4.0
Edges
4 out · 4 in
Tokens
116/187/187
$ prime install @backend-architecture/principle-config-in-environment

Projection

Always in _index.xml · the agent never has to ask for this.

ConfigInEnvironment [principle] v1.0.0

Configuration that varies between deploys (database URLs, credentials, feature flags, hostnames) is stored in environment variables, never in code. Code is identical across all deploys; only environment differs. The litmus test: could the codebase be open-sourced this minute without leaking a credential?

Strict separation of config from code. Config lives in the environment, not the repo.

Source

prime-system/examples/backend-architecture/primes/compiled/@backend-architecture/principle-config-in-environment/atom.yaml

Compiled at 2026-05-10