var region = "eu-central-1";
var env = "sand";
var endPointUrls = {
	"eu-central-1": {
		"dev":{
			"getJwtUrl": "https://api-eu-lite.dev-trilogy-abbvie.com/dev/pspservice/gettoken",
			"getPushPspUrl": "https://api-eu-lite.dev-trilogy-abbvie.com/dev/pspservice/pushpsp",
			"getXapiKey": ""
		},
		"qa":{
			"getJwtUrl": "https://api-eu-lite.qa-trilogy-abbvie.com/qa/pspservice/gettoken",
			"getPushPspUrl": "https://api-eu-lite.qa-trilogy-abbvie.com/qa/pspservice/pushpsp",
			"getXapiKey": "QEbmv3zSA45zeaB11hfDjaukP6pUnpij9GmYE8o0"
		},
		"test":{
			"getJwtUrl": "https://api-eu-lite-test.test-trilogy-abbvie.com/test/pspservice/gettoken",
			"getPushPspUrl": "https://api-eu-lite-test.test-trilogy-abbvie.com/test/pspservice/pushpsp",
			"getXapiKey": "dPGlCBsopw7LSjl30kKvR53uBtcSh2E882VlCjEv"
		},
		"sb":{
			"getJwtUrl": "https://114mudfr45.execute-api.eu-central-1.amazonaws.com/sb/pspservice/gettoken",
			"getPushPspUrl": "https://114mudfr45.execute-api.eu-central-1.amazonaws.com/sb/pspservice/pushpsp",
			"getXapiKey": "A96bEN9CVG7clVZ9fOFOR1XQF1vlqpXGa3ivDxRw"
		},
		"sand":{
			"getJwtUrl": "https://api-trilogy-lite.sand.gmatas.net/sand/pspservice/gettoken",
			"getPushPspUrl": "https://api-trilogy-lite.sand.gmatas.net/sand/pspservice/pushpsp",
			"getXapiKey": "UzyHlnytH5LuGDKaL4Db68APSfepAMy5oPIo4abc"
		}
	}
}
