Inject backend defaults in modules#100
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