Ask Ben: Environment-Based Application.cfc Settings

<cfcomponent>
 
	<!--- Set settings. --->
	<cfinclude template="./config/settings.cfm" />
 
	<!--- ... Set APPLICATION.CFC Settings ... --->
 
	<!--- ... Define Event Methods ... --->
 
</cfcomponent>

For Cut-and-Paste