Created
October 7, 2011 20:32
-
-
Save Greymalkin/1271287 to your computer and use it in GitHub Desktop.
Step2.Application.cfc.v01
This file contains hidden or 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
variables.framework = {}; | |
variables.framework.defaultSection = 'main'; | |
variables.framework.defaultItem = 'main'; | |
variables.framework.reloadApplicationOnEveryRequest = true; | |
variables.framework.suppressImplicitService = true; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment