Changeset 746
- Timestamp:
- 06/14/07 07:31:41 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
coldbox/trunk/ApplicationTemplate/config/config.xml.cfm
r741 r746 1 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 2 <Config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 3 xsi:noNamespaceSchemaLocation="http://www.coldboxframework.com/schema/config_2.0. 1.xsd">3 xsi:noNamespaceSchemaLocation="http://www.coldboxframework.com/schema/config_2.0.2.xsd"> 4 4 <Settings> 5 5 <!--The name of your application.--> … … 11 11 <!--The fwreinit password to use in order to reinitialize the framework and application.Optional, else leave blank --> 12 12 <Setting name="ReinitPassword" value=""/> 13 <!--Default event name variable to use in URL/FORM etc. -- ->13 <!--Default event name variable to use in URL/FORM etc. --> 14 14 <Setting name="EventName" value="event" /> 15 15 <!--This feature is enabled by default to permit the url dumpvar parameter-->
