aero icon indicating copy to clipboard operation
aero copied to clipboard

Is it possible to override config.edn with local configurations that is not tracked by git?

Open introom opened this issue 4 years ago • 1 comments

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?

introom avatar May 05 '21 13:05 introom

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.

SevereOverfl0w avatar May 07 '21 12:05 SevereOverfl0w