<!---
This file is Copyright © 1998-2009 by Home Care Business Services. This work may not be reproduced, in whole or in part, 
using any medium, including, but not limited to, electronic transmission, CD-ROM or published in print, without the express 
permission of Home Care Business Services.

$Revision: 1.10 $
$Id: Application-Customer-Test.cfm,v 1.10 2010/03/23 13:04:03 arlen Exp $
$Date: 2010/03/23 13:04:03 $

--->
<!--- Define Application Datasource --->
<cfswitch expression="#CGI.SERVER_NAME#">
	<cfcase value="secure.myhomecarebiz.com">
		<cfset Application.DataSrc = "hha_remote" />
	</cfcase>
	<cfcase value="76.12.35.143">
		<cfset Application.DataSrc = "hhapowerpath" />
	</cfcase>
	<cfcase value="localhost">
		<cfset Application.DataSrc = "hhapowerpath" />
	</cfcase>
	<cfdefaultcase>
		<cfset Application.DataSrc = "hhapowerpath" />
	</cfdefaultcase>
</cfswitch>

<!--- Workaround for 0000-00-00 in date fields --->
<cfset Application.NoEmptyDates = 1 />
<cfset application.debug=1 />
<cfset Application.datatype = ".txt" />

<cfset application.downloadpath="http://76.12.35.143" />
<cfset application.webdatapath="#application.downloadpath#/datafiles/" />
<cfset application.datapath="E:/wwwroot/datafiles/" />
<cfset application.telephonypath="E:/wwwroot/exportdata/" />

<cfset application.secure="http://76.12.35.143/dev-xxx" />
