root/coldbox/trunk/ApplicationTemplate/config/environments.xml.cfm @ 1839

Revision 1839, 0.6 kB (checked in by lmajano, 5 years ago)

More updates to Application Template

  • Property svn:mime-type set to text/plain
  • Property svn:executable set to *
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!-- Declare as many tiers as you like with a unique name and its corresponding cgi.http_host urls -->
3<environmentcontrol>
4       
5        <environment name="development" urls="dev">
6                <!--ColdBoxSpecific Settings to override -->
7               
8               
9                <!--
10                        AppSpecific Settings to override: <Setting name="MySetting" value="Hello" />
11                -->             
12
13                <Setting name="TierControlFired" value="TRUE" />
14        </environment>
15       
16        <environment name="qa" urls="qa">
17                <!--ColdBoxSpecific to override-->
18               
19                <!--
20                        AppSpecific Settings to override: <Setting name="MySetting" value="Hello" />
21                -->
22
23        </environment>
24       
25</environmentcontrol>
Note: See TracBrowser for help on using the browser.