Environment Control
environments = {
dev = "^railo.*,^cf.*,^local.*"
};
function dev(){
// my overrides here
coldbox.handlerCaching = false;
}function configure(){}
function dev(){
// override module settings for dev here.
}Last updated
Was this helpful?