Skip to content

Commit

Permalink
For #312 add routes config notes to skeleton Application.cfc
Browse files Browse the repository at this point in the history
  • Loading branch information
seancorfield committed Mar 21, 2015
1 parent 3c7e344 commit 2e39882
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion skeleton/Application.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,12 @@ component extends="framework.one" {
// change this if you want a different dependency injection engine:
diEngine = 'di1',
// change this if you want different locations to be scanned by the D/I engine:
diLocations = 'model,controllers'
diLocations = 'model,controllers',
// optional configuration for your dependency injection engine:
diConfig = { },
// routes (for fancier SES URLs) - see the documentation for details:
routes = [ ],
routesCaseSensitive = true
};
*/

Expand Down

0 comments on commit 2e39882

Please sign in to comment.