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

1.3.0 - Added new method get_envs #3

Merged
merged 1 commit into from
Jul 14, 2024
Merged

1.3.0 - Added new method get_envs #3

merged 1 commit into from
Jul 14, 2024

Conversation

GilbN
Copy link
Owner

@GilbN GilbN commented Jul 14, 2024

[1.3.0] - 2024-07-14

Added

Added new method get_envs that returns all the environment variables set in a dict.

>>> defaults = {...}
>>> settings = Configuration()
>>> settings.init_config("config", defaults, "app_config"))
>>> settings.get_envs()
{'PREFIX_APP_IP': '0.0.0.0'}

Fixed

Fixed docstring indentation.

@GilbN GilbN merged commit ed483e7 into main Jul 14, 2024
1 check passed
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.

1 participant