integrant

dangercoder 2019-11-16T19:04:42.001900Z

Is it possible to skip initiating one of the configs in integrant? E.g I don't want want to initialize :adapter/jetty.

2019-11-18T12:23:40.003300Z

Yes, you can choose which keys are inititated. e.g. (ig/init config [keys...]).

2019-11-18T12:24:24.003500Z

You can also just remove it from the configuration, either manually or using a configuration tool like Aero.

dangercoder 2019-11-18T12:25:22.003700Z

excellent 🙂

dangercoder 2019-11-16T19:05:49.002800Z

my scenario is that I have a database migration that I only want to run when I have a certain value = true.