Source
...
Target
Commits (1)
Showing with 6 additions and 7 deletions
+6 -7
/*MySql*/ /*MySql*/
//pre production environment (development) //pre production environment (development)
export const API = "https://api-single.agile24x7.com/release/"; // export const API = "https://api-single.agile24x7.com/release/";
export const ReportsAPI = "https://apiv2reporting.agile24x7.com/"; // export const ReportsAPI = "https://apiv2reporting.agile24x7.com/";
export const Client_URL = "https://www.agile24x7.com/"; // export const Client_URL = "https://www.agile24x7.com/";
/*Postgress*/ /*Postgress*/
//pre production environment (development) //pre production environment (development)
...@@ -20,8 +19,8 @@ export const Client_URL = "https://www.agile24x7.com/"; ...@@ -20,8 +19,8 @@ export const Client_URL = "https://www.agile24x7.com/";
/*Postgress*/ /*Postgress*/
//production environment //production environment
// export const API = "https://api-single.agile24x7.com/Migration/"; export const API = "https://api-single.agile24x7.com/Migration/";
// export const ReportsAPI = "https://apiv2reporting.agile24x7.com/"; export const ReportsAPI = "https://apiv2reporting.agile24x7.com/";
// export const Client_URL = "https://www.agile24x7.com/"; export const Client_URL = "https://www.agile24x7.com/";