aero
aero copied to clipboard
Is it possible to override config.edn with local configurations that is not tracked by git?
During development, we need to run the program with some configurations that is not tracked by git.
What's the most proper way to achieve that with aero?
I'd probably reach for #merge [{:common :config} #include "user-config.edn"]. I believe the missing config file will add an extraneous key, but not otherwise cause problems. Use .gitignore to ignore the user-config.edn.