mixinafColdFeet::ColdFeetConfigIds

afColdFeet::ColdFeetConfigIds

IocConfig values for Cold Feet.

assetExpiresIn

Source

const static Str assetExpiresIn := "afColdFeet.assetExpiresIn"

A Duration specifying how long clients should cache assets for.

Defaults to an aggressive 10 years: 365day * 10

assetPrefix

Source

const static Str assetPrefix := "afColdFeet.assetPrefix"

The prefix given to all URIs that are to be served by Cold Feet. All incoming requests starting with this URI are processed by Cold Feet. Must be a directory URI starting and ending with a /slash/.

Defaults to /coldFeet/. Boring people may wish to change this to /assets/.