Expand description
Runtime environment selection, driven by the DOIDO_ENV variable.
The single, canonical Environment for the whole framework. Every crate
that needs to resolve config/<env>.yml uses doido_core::Environment.
Enumsยง
- Environment
- The application environment. Selects which
config/<env>.ymlfile is read.