Suggestions on where to define global jQuery ajax settings?

I’m adding global jQuery ajax settings that should be eval’ed before Ember routes are ready to fire.

Is there an appropriate place that someone can recommend for where to place this code?

An initializer can’t be right since it’s entirely independent of the container, and yet the initializers directory is the first place I’d assume such code to reside.