Changeset 708
- Timestamp:
- 03/09/08 22:51:23 (8 months ago)
- Location:
- framework/trunk/skeleton
- Files:
-
- 2 modified
-
noxml/Application.cfc (modified) (1 diff)
-
traditional/fusebox.xml.cfm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
framework/trunk/skeleton/noxml/Application.cfc
r663 r708 13 13 // the rest is taken straight from the traditional fusebox.xml skeleton: 14 14 FUSEBOX_PARAMETERS.defaultFuseaction = "app.welcome"; 15 // you may want to change this to development-full-load mode:16 FUSEBOX_PARAMETERS.mode = "development- circuit-load";15 // possible values: development-full-load, development-circuit-load or production: 16 FUSEBOX_PARAMETERS.mode = "development-full-load"; 17 17 FUSEBOX_PARAMETERS.conditionalParse = true; 18 18 // change this to something more secure: -
framework/trunk/skeleton/traditional/fusebox.xml.cfm
r583 r708 32 32 <parameters> 33 33 <parameter name="defaultFuseaction" value="app.welcome" /> 34 <!-- you may want to change this to development-full-load mode: -->35 <parameter name="mode" value="development- circuit-load" />34 <!-- possible values: development-circuit-load, development-full-load or production: --> 35 <parameter name="mode" value="development-full-load" /> 36 36 <parameter name="conditionalParse" value="true" /> 37 37 <!-- change this to something more secure: -->
