Closed svix-jplatte closed 2 months ago
Looks like figment's env parser doesn't really support nested structures.
Use #[serde(flatten)], like for other bits of the config.
#[serde(flatten)]
Motivation
Looks like figment's env parser doesn't really support nested structures.
Solution
Use
#[serde(flatten)]
, like for other bits of the config.