pcwa.core.scope('teamdelta.HRMS.SalaryClassPlan');

teamdelta.HRMS.Application = {
	appName: 'SalaryClassPlan',
	appVersion: '1.0.0',
	reportServer: 'jaspertest-3-1-0.co.pierce.wa.us',
	reportDsn: ''
};
  
if ( location.host == 'oz.co.pierce.wa.us' ){
	teamdelta.HRMS.Application.reportDsn = 'sun.webuser';
}else{
	teamdelta.HRMS.Application.reportDsn = 'venussyb.webuser';
}

