duct

miridius 2019-04-08T08:56:43.034700Z

Ah ok yeah I suspected that it was to give you a chance to change dev and reload it, though for that to work (require 'dev) needs to be changed to (require 'dev :reload). Thanks for the answer

miridius 2019-04-08T08:57:48.035800Z

Another question, what's the difference between putting configuration inside :duct.profile/base compared to just putting it at the top level of the config map?

miridius 2019-04-09T12:34:17.036100Z

I figured this out myself: anything at the top level is treated as a module