Changeset 746

Show
Ignore:
Timestamp:
06/14/07 07:31:41 (6 years ago)
Author:
lmajano
Message:

Updated Application Template.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • coldbox/trunk/ApplicationTemplate/config/config.xml.cfm

    r741 r746  
    11<?xml version="1.0" encoding="ISO-8859-1"?> 
    22<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"> 
    44        <Settings> 
    55                <!--The name of your application.--> 
     
    1111                <!--The fwreinit password to use in order to reinitialize the framework and application.Optional, else leave blank --> 
    1212                <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. --> 
    1414                <Setting name="EventName"                                       value="event" /> 
    1515                <!--This feature is enabled by default to permit the url dumpvar parameter-->