What do I need to configure in LightFront? Where? How?

Where is the easy one, so we'll discuss that first. Everything you need to configure is in Application.cfc. LightFront doesn't have much to configure, but there are a few required things to config, and many more that are optional.

Everything you need to configure is located in the setCustomLightFrontSettings() function, located at the bottom of Application.cfc.

Required settings by LightFront (with defaults)

Though there are a fair number of settings that need to be set, every required setting has a default. Essentially, you only have to set a required setting if you don't follow its convention.

Optional settings by LightFront (not required to be defined):