Title: RE: COLDBOX Framework change - settings.xml
Thread: COLDBOX Framework change - settings.xml
Forum: Need Help?
Conference: ColdBox
User: sanaullah73
Hi puc,
You declare a varible to hold your config file path.
<cfset
COLDBOX_CONFIG_FILE="/configfiles/myapp.xml.cfm">
<cfinclude
template="/coldbox/system/coldbox.cfm">
http://ortus.svnrepository.com/coldbox/trac.cgi/wiki/cbLoadConfigFile
Read
this guide, hopefully this will be helpfull in your situation
Thanks
Sana