Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

P.O.C: Manage static settings with dynaconf #676

Draft
wants to merge 1 commit into
base: devel
Choose a base branch
from

Conversation

rochacbruno
Copy link
Member

P.O.C - Manage settings with Dynaconf

root_path=caller_path,
**options
)
# settings.update(get_dab_settings(...))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes... did this not work? Otherwise I generally follow this.

What about precedence? You're loading the default dab settings after the other stuff, but I expect that env vars take higher precedence than these file defaults.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this works, I commented out because I was debugging.

The envvars will have higher precedence because the order will be defined on each component.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants