Skip to content

Instantly share code, notes, and snippets.

@robertz
Created August 17, 2014 00:44
Show Gist options
  • Save robertz/51a87ce9e31f87f36fce to your computer and use it in GitHub Desktop.
Save robertz/51a87ce9e31f87f36fce to your computer and use it in GitHub Desktop.
Interceptors configuration
//Register interceptors as an array, we need order
interceptors = [
//SES
{class="coldbox.system.interceptors.SES",
properties={}
}
//WhosOn
,{class="whoson.ColdBoxInterceptor",
properties={}
}
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment