Created
October 22, 2016 12:42
-
-
Save roryl/51c9c9a54fd672ff1bb8e1f597ac8234 to your computer and use it in GitHub Desktop.
Basic Application Settings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
component { | |
this.name = "myapp"; | |
this.timezone = "America/New_York"; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hello World the time is <cfdump var="#now()#" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment