RE: [coldbox:16283] Re: [coldbox-3.5.2] overriding module settings from host app on load

How/where are you injecting the settings?

Thanks!

~Brad

ColdBox Platform Evangelist
Ortus Solutions, Corp

E-mail: brad@coldbox.org
ColdBox Platform: http://www.coldbox.org
Blog: http://www.codersrevolution.com

something like:

property name=“myProperty” inject=“coldbox:setting:myProperty@Module”;

that declare is in a service layer object in my module.