Is it possible to skip initiating one of the configs in integrant? E.g I don't want want to initialize :adapter/jetty
.
Yes, you can choose which keys are inititated. e.g. (ig/init config [keys...])
.
You can also just remove it from the configuration, either manually or using a configuration tool like Aero.
excellent 🙂
my scenario is that I have a database migration that I only want to run when I have a certain value = true.