-
-
Notifications
You must be signed in to change notification settings - Fork 530
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
Environment variable support? #80
Comments
Unlikely. Thus far, I've kept pretty strict compliance with the spec and I'd like to continue that. That means it will probably be up to the application to implement on top of TOML. Perhaps there is a reusable component that could be extracted from Heka and put into a separate library? |
I did have a quick look at their source but maybe I'll go back and take another. Thanks for your input. |
This seems to be the commit in question: chancez/heka@6ed5cb4 |
+1 for Environment variable support in toml parser. @BurntSushi if you strongly believe this requirement should be in toml spec, then we should ask community to add it to the spec. |
I don't see why a toml library (or the spec) ought to know about environment variables. That seems like a concern for the systems which use toml. |
👍 for Environment variable support in toml parser. |
Environment variable support could be quite useful.
See Mozilla's Heka for an example of how it could work.
Is this something you would consider?
The text was updated successfully, but these errors were encountered: