ModuleSettings
Option 1: Coldbox Config
component {
function configure() {
moduleSettings = {
myModule = {
someSetting = "overridden"
}
};
}
}Option 2: Config Object Override
Injections
Env Support
Was this helpful?