-
Notifications
You must be signed in to change notification settings - Fork 221
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
Overwrite a value from toml with env #369
Comments
Interesting! I filed a PR that adds (and hopefully fixes at some point) a test for this in #370 |
I think I found a reasonable workaround: use |
Okay, I'll close this then. Thanks for reporting back! |
That wasn't the original reporter btw. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi! I'm trying to overwrite a variable in toml with env variable. Due to restrictions w.r.t underscores, I had to alias a field with serde.
This is leading go this error
How do I fix this?
The text was updated successfully, but these errors were encountered: