-
Notifications
You must be signed in to change notification settings - Fork 14
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
Read conf variables from the environment #16
Milestone
Comments
one other option is to use the current |
My inclination is to use |
Implemented in #17. Thank you! |
@lukebakken could you push |
Please be patient! I was waiting on CI yesterday to complete when my day ended. |
thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
example conf:
cuttlefish would consult the environment for the SOME_ENV_VARIABLE key and replace it while processing the
.conf
file. I can put forward a PR for this, just wanted to first clear if this an appropriate syntax.cc @lukebakken
The text was updated successfully, but these errors were encountered: