prefix
config attribute is not compatible with config(nest)
#4
Labels
enhancement
New feature or request
prefix
config attribute is not compatible with config(nest)
#4
Using
#[config(prefix = "your_prefix")]
on a field in combination with#[config(nest)]
should pass the provided prefix to allow reusing config structs. A simple example:This should result in the env variable for
Nested.detail
to beNESTED_DETAIL
The text was updated successfully, but these errors were encountered: