const mixinafColdFeet::ColdFeetConfigIds
afColdFeet::ColdFeetConfigIds
IoC Config values for Cold Feet
.
- expiresIn
const static Str expiresIn := "afColdFeet.expiresIn"
A
Duration
specifying how long clients should cache assets for.Defaults to an aggressive 1 year:
365day
- urlPrefix
const static Str urlPrefix := "afColdFeet.urlPrefix"
The prefix given to all URIs that are to be served by
Cold Feet
. All incoming requests starting with this URL are processed byCold Feet
. Must be a simple string conforming toUri.isName()
.Defaults to
coldFeet
. Boring people may wish to change this toassets
or similar.