veracross / consult

Configuration and secrets management for Rails
MIT License
12 stars 0 forks source link

Enable defining vars at the env block level #43

Closed aharpervc closed 1 year ago

aharpervc commented 1 year ago

Enable defining vars at the env block level, rather than only on template blocks. This makes it easy to set up a series of vars once that are available to all the templates. You can still override a var on a per-template basis if needed.