root/codedepot/trunk/projects/ColdBox-3.0-Upgrader/AppTemplate/config/environments.xml.cfm @ 2077

Revision 2077, 0.6 kB (checked in by lmajano, 4 years ago)

The start of the groovy 3.0 upgrader

Line 
1<?xml version="1.0" encoding="UTF-8"?>
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="ColdBoxSideBar" 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.