LemonCore.Env.Declarations (lemon_core v0.1.0)

View Source

Environment variables read by lemon_core — the platform primitives (store, secrets, logging, retries), the standard platform/release variables no single app owns, and — until their readers move out in plan 1.10 — the variables lemon_core's own Config.* modules resolve on other apps' behalf.

Aggregated by LemonCore.Env through the :env_registries list; see LemonCore.Env.Registry.

The bulk of this module is a single @declarations data table — one map per environment variable — so its length tracks the number of variables, not code complexity. It renders docs/config-registry.md.