-
-
Notifications
You must be signed in to change notification settings - Fork 104
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently , only list of complex types can only be defined completely from env vars as Json values. The idea is to also allow
to define using nested delimiters, where index is explicitly defined in env vars:
class SubType(BaseSettings):
v1 :str
class Config(Settings):
top: list[SubType]
then, something like this should work...
CONFIG__0__TOP="foo"
FichteFoll, Dranero, sathieu, dbendall, MarcBresson and 4 more
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request