Fixing Dynaconf @get List Interpolation Errors in Production
Summary A production configuration issue was identified where using Dynaconf’s @get feature to reference list-based configuration values resulted in unexpectedly nested structures. While simple scalar values (strings/integers) were resolved correctly, attempting to map a list via @get caused the target list to be wrapped inside a new dictionary key of the same name. This leads … Read more