It is pretty dang nice being able move the module ...
# box-products
r
It is pretty dang nice being able move the module configurations out of Coldbox.cfc with CB7. Definitely one of my favorite new features
💯 3
Makes things much more manageable..
a
When you have say dev and production environments - are you putting the dev settings into the module config file or still doing that in the Coldbox.cfc?
👍 1
r
Moving everything into the config (where applicable)
Per environment module settings can eat up a lot of space in Coldbox.cfc. Definitely makes things a little easier to comprehend