com.aa.i11l.amadeus.eRetail.config.local = {
    "siteOverrides": {
        "SITE": "BCDJBCDJ",//Sets which eRetail site we are targeting
        "EXTERNAL_ID": "ITALY",//Indicates which country website
        "LANGUAGE": "IT",//Sets language to be used during the booking flow
        "SO_SITE_POINT_OF_SALE": "ROM",//Sets point of sale
        "SO_SITE_OFFICE_ID": "ROMAA18AA",//Amadeus Office ID.
        "SO_SITE_AMADEUS_OFFICE_ID": "ROMAA18AA",//Related to Amadeus office ID
        "SO_SITE_QUEUE_OFFICE_ID": "UHR",//Determines on which sabre pq builder local 156 queue Amadeus places the PNR. E.g.UHL = BRU156, UHM = MAD156
        "SO_SITE_PASS_PROVIDER_CFG": "UHR"//Determines sabre AAA city and signature line of sabre PNR Amadeus creates. E.g. UHL = AAAUHL and signature line UHL.UHL4EWW              
    },
    "flexPricer": {
        "MATRIX_CALENDAR":"FALSE"//Overrides the default calendar setting on BCDJ (the default is the matrix calendar)	
    },
    "flexPricerMultiCity": {},
    "globalOverrides": {			
        "OPEN": "<SO_GL>",
		"generic": "<GLOBAL_LIST><NAME>SITE_QUEUE_DEFINITION_LIST</NAME>" + //Allows the placing of hold PNRs on the local 157 queue
			"<LIST_ELEMENT><LIST_VALUE>PEN</LIST_VALUE>" + 
			"<LIST_VALUE>ROM</LIST_VALUE>" +
			"<LIST_VALUE>157</LIST_VALUE>" +
			"<LIST_VALUE>10</LIST_VALUE>" +
			"<LIST_VALUE></LIST_VALUE>" + 
			"</LIST_ELEMENT></GLOBAL_LIST>",
		"flexPricer": "",
		"flexPricerMultiCity": "",
		"CLOSE": "</SO_GL>"
    },	
    "settings": {
        "DOMAIN": "http://americanairlines.eu.amadeus.com/plnext/AAeurope2/Override.action"//Points to BCDJ Europe site
     },
    "cff": {
        "E_CFF": "ECONOMYEU",//Indicates Economy class commercial fare family
        "P_CFF": "PREMIUM"//Indicates Business & First class commercial fare family
    },
    // BEGINS MULTI-CITY SPECIFIC CONFIG
    "mcTest": {
        "siteOverrides": {
            "SO_SITE_OFFICE_ID": "ROMAA18AB",//Overrides default regular flex-pricer office id and sets FPMC office id
			"SO_SITE_AMADEUS_OFFICE_ID": "ROMAA18AB"//Overrides default regular flex-pricer office id and sets FPMC office id	    
		},
		"flexPricer": {}, 
		"flexPricerMultiCity": {},
		"globalOverrides": {}, 		
		"settings": {}, 
		"cff": {
            "E_CFF": "ECONOMYMS",//indicates Economy class commercial fare family for FPMC
            "P_CFF": "PREMIUMMS"//indicates Business & First class commercial fare family for FPMC
        }
    },
	"promoSearch": {
        "siteOverrides": {},
        "flexPricer": {},
        "flexPricerMultiCity": {},
        "globalOverrides": {},
        "settings": {},
        "cff": {}
    }
};

