-
Notifications
You must be signed in to change notification settings - Fork 9
Inject backend defaults in modules #100
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
base: master
Are you sure you want to change the base?
Conversation
Otherwise we keep consuming modules defaults which are already generated
Thanks for looking into this, and sorry for needing some time before answering! In theory, backend options do override some modules.
Yet, if any of those vars are defined on the backend, they will take precedence. This is achieved by the first line of the code on
This is cumbersome, but at least people reading I would like to have a simpler approach, and maybe yours from this PR is it. I would love to save only changed options passed by env var on a different, Can you think of an easier way to achieve this? |
#101