{"microServices":{
    "wrk":"http://localhost:3002/",
    "ps":"http://localhost:3001/",			
    "ps_jedox":"http://localhost:3001/",
    "cal":"http://localhost:3002/",
    "art":"http://localhost:3003/",
    "itsm":"http://localhost:3004/",
    "at":"http://localhost:3005/",
    "mis":"http://localhost:3006/"
        
},	"errorCodes":{
    "ETIMEDOUT":"responseTimeout",
    "ESOCKETTIMEDOUT":"responseTimeout",
    "ECONNRESET":"serviceDown",
    "ENOTFOUND":"serviceDown",
    "ECONNREFUSED":"serviceDown",
    "EHOSTUNREACH":"serviceDown",
    "EPIPE":"networkIssue",
    "EAI_AGAIN":"networkIssue",
    "500":"serviceDown",
    "504":"networkIssue",
    "502":"networkIssue",
    "503":"serviceDown",
    "General":"General"
},
"responseTimeout":"Oops! Sorry for the inconvenience, currently serviceName seems to be too busy. Please try after some time, Thanks !",
"serviceDown":"Oops! Sorry for the inconvenience, currently serviceName is down. Please try after some time, Thanks !",
"General":"Oops! Sorry, due to some technical problem, response not getting, please try again",
"networkIssue":"Oops! Sorry for the inconvenience, there is some network related issue in serviceName. Please try after some time, Thanks !",	
"linkNotFound":"Sorry, I am unable to find resource right now, please try again after some time.",
"microserviceName":{
    "ps":"Absence system",
    "art":"Password Assistant",
    "at":"Attendance Tracker",
    "cab": "Cab Assistant",
    "cal":"Calendar Assistant",
    "itsm":"Service Desk"
}
}