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
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?
I figured this out myself: anything at the top level is treated as a module