Commit 80dc7774 authored by Santhosh's avatar Santhosh
Browse files

Update RestClient.js

parent 090a8c07
Showing with 6 additions and 7 deletions
+6 -7
/*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/";
// 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)
......@@ -20,8 +19,8 @@ export const Client_URL = "https://www.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/";
export const API = "https://api-single.agile24x7.com/Migration/";
export const ReportsAPI = "https://apiv2reporting.agile24x7.com/";
export const Client_URL = "https://www.agile24x7.com/";
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment