export class AppSettings { public static API_ENDPOINT = "http://localhost:4200/"; public static CBMS_LOGIN_URL="http://cbms-tk4.ems.schneider-electric.com/cbms/index.jsp"; //public static CBMS_SERVICES_URL = "http://localhost:1400"; public static CBMS_SERVICES_URL = "http://cbmsnet-tk4.ems.schneider-electric.com/CBMSService"; // public static apiMenuUrl= 'http://localhost:1400'; // change locally public static apiBaseUrl= 'http://localhost:58529/api/'; }