Replies: 1 comment 1 reply
-
env is simply an environment variable, just like you would configure it in the system environment variables, no more format For other formats, it is now configured in Settings, which guarantees the data format through pydantic validation The use of py as a configuration item is heavily influenced by django Common profile options:toml > yaml > ini > json Popular in python:ini -> yaml -> toml Configuration via pydantic is currently popular, for dynaconf, check dynaconf/dynaconf#608 and consider switching after version 4.0.x |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
.env files support limited formats
For example, a list or dict configuration is required.
Consider using dynaconf: https://github.com/dynaconf/dynaconf
Beta Was this translation helpful? Give feedback.
All reactions