the config module is not loading nested en vars #125

Closed
opened 2025-11-06 15:57:26 +00:00 by AndreFerreira5 · 1 comment
AndreFerreira5 commented 2025-11-06 15:57:26 +00:00 (Migrated from github.com)

the config module is loading vars/settings defined on the normal Settings okay, but it can't load vars/settings on the subclasses (namely the AuthSettings and DatabaseSettings) because pydantic-settings loads them in a nested way.

the config module is loading vars/settings defined on the normal Settings okay, but it can't load vars/settings on the subclasses (namely the AuthSettings and DatabaseSettings) because pydantic-settings loads them in a nested way.
AndreFerreira5 commented 2025-11-06 16:01:26 +00:00 (Migrated from github.com)

env vars needed to be prefixed and the sensitive case setting must be turned off

env vars needed to be prefixed and the sensitive case setting must be turned off
Sign in to join this conversation.
No description provided.