Use pyproject.toml as config source #1267
-
Hey! After reading docs didn't quite catch if it is possible to use default pyproject.toml file as config source. For example make section (Table in terms of TOML spec) for app configuration and make dynaconf use it. If there is a way and it is described in docs any guidance would be appreciated! |
Beta Was this translation helpful? Give feedback.
Answered by
rochacbruno
Mar 16, 2025
Replies: 1 comment 1 reply
-
There is a way however there are some things you must pay attention.
I think it is better to have a |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
afal007
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is a way however there are some things you must pay attention.
I think it is better to have a
defaults.toml
added to the project and then use this file as the source for dynaconf defaults.