Changeset 266 for framework/trunk/skeleton/fusebox.xml.cfm
- Timestamp:
- 11/06/06 15:14:58 (2 years ago)
- Files:
-
- 1 modified
-
framework/trunk/skeleton/fusebox.xml.cfm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
framework/trunk/skeleton/fusebox.xml.cfm
r203 r266 7 7 <fusebox> 8 8 <circuits> 9 <!-- illustrates defaults for parent ("") and relative ("true") --> 9 10 <circuit alias="m" path="model/" parent="" /> 10 11 <circuit alias="v" path="views/" parent="" /> 11 <circuit alias="app" path="controller/" parent="" />12 <circuit alias="app" path="controller/" relative="true" /> 12 13 </circuits> 13 14 … … 21 22 <!-- change this to something more secure: --> 22 23 <parameter name="password" value="skeleton" /> 24 <parameter name="strictMode" value="true" /> 23 25 <!-- 24 26 These are all default values that can be overridden:
