/*MySql*/ //pre production environment (development) // export const API = "https://api-single.agile24x7.com/release/"; // export const ReportsAPI = "https://apiv2reporting.agile24x7.com/"; // export const Client_URL = "https://www.agile24x7.com/"; /*Postgress*/ //pre production environment (development) // export const API = "https://api-single.agile24x7.com/pg_migration/"; // export const ReportsAPI = "https://testapiv2reporting.agile24x7.com/"; // export const Client_URL = "https://pgtest.agile24x7.com/"; /*MySql*/ //production environment // export const API = "https://api-single.agile24x7.com/Migration/"; // export const ReportsAPI = "https://apiv2reporting.agile24x7.com/"; // export const Client_URL = "https://sdtest.agile24x7.com/#/"; /*Postgress*/ //production environment export const API = "https://api-single.agile24x7.com/Migration/"; export const ReportsAPI = "https://apiv2reporting.agile24x7.com/"; export const Client_URL = "https://www.agile24x7.com/";