Skip to content

Instantly share code, notes, and snippets.

@cfmitrah
Created June 15, 2021 14:37
Show Gist options
  • Save cfmitrah/590801c4b0f3e5ab08d6bb81cdb707a8 to your computer and use it in GitHub Desktop.
Save cfmitrah/590801c4b0f3e5ab08d6bb81cdb707a8 to your computer and use it in GitHub Desktop.
<cfcomponent output="false">
<!--- Application settings --->
<cfset this.name = createUUID() />
<cfset this.sessionManagement = true>
<cfset this.sessionTimeout = createTimeSpan(0,0,30,0)>
<cfsetting showdebugoutput="yes">
<cfset this.mappings["/ModelGlue"] = getDirectoryFromPath(getCurrentTemplatePath()) & "ModelGlue/">
<cfset this.mappings["/ColdSpring"] = getDirectoryFromPath(getCurrentTemplatePath()) & "ColdSpring/">
<cfset this.mappings["/ApplicationName"] = getDirectoryFromPath(getCurrentTemplatePath())>
</cfcomponent>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment