-
Notifications
You must be signed in to change notification settings - Fork 987
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
Make the config.toml file more modular by expanding env vars inside it #3946
Comments
There's several production-ready tools that perform variable expansion:
I'd be inclined towards using of of these tools, rather than keep reinventing the wheel inside E.g. |
We're thinking about adding |
I've tested it on the host machine and it works wonders! I would love to have this handed off to the graphnode container tho! |
I managed to integrate this into my Testnet Environment completely hands off, but again, this would be so much better to have in the graph-node container 🙏🏻 I think you can close this issue if you want, or keep it open until/if it's ever integrated 😬 Thanks a lot! You saved a lot of headaches during the MIPs program ser lol |
I'll keep this open, hopefully we can get this sorted in time for 0.29.0 :) |
Do you want to request a feature or report a bug?
Feature request
What is the current behavior?
Only some of the parameters can be inserted via env vars
What is the expected behavior?
Similar to b82ac37 but for pretty much anything there is to set inside the toml file.
Example:
The text was updated successfully, but these errors were encountered: