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

Fixed nested Environmental Variables issue #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jakeecolution
Copy link

I also updated the version to reflect the changed and tested my new change.

Basically the issue I was having was when I went to add nested environmental variables to my .toml file.

IE:

mongo-url = "mongodb://$MONGO_USER:$MONGO_PASS@mongo:$MONGO_PORT"

I found this important because I wanted to build a configuration from multiple environmental variables for a program that accepts configuration in the toml format.

My new way allows for multiple environmental variables on one line of configuration. I used black python formatter so some of the changes are because of it.

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