// This file can be replaced during build by using the `fileReplacements` array. // `ng build --prod` replaces `environment.ts` with `environment.prod.ts`. // The list of file replacements can be found in `angular.json`. export const environment = { production: false, LANGUAGE: 'en', // GRAPHQL_SERVER: 'https://api.testco.antuit.ai/', // GRAPHQL_SERVER: 'https://api-s2.testco.antuit.ai/', GRAPHQL_SERVER: 'https://api-b2c.espdev.antuits.com/', BASE_URL: 'http://localhost:4200', VERSION: 'dev', AZURE_AUTHENTICATION: true, AGGRID_LICENSE_KEY: 'CompanyName=Antuit, Inc.,LicensedGroup=antuit.ai,LicenseType=MultipleApplications,LicensedConcurrentDeveloperCount=5,LicensedProductionInstancesCount=3,AssetReference=AG-017687,ExpiryDate=3_September_2022_[v2]_MTY2MjE1OTYwMDAwMA==01375b12adb2682a99a002a213c84dea', KEYCLOAK: { realm: 'Antuit', 'auth-server-url': 'https://accounts.testco.antuit.ai/auth/', 'ssl-required': 'external', clientId: 'esp-client', 'confidential-port': 0, url: 'https://accounts.testco.antuit.ai/auth/', }, AZURE: { auth: { clientId: 'd0e5e988-bb24-4b34-9dff-3cd0eafa6ee1', authority: 'https://antuitbtoc.b2clogin.com/antuitbtoc.onmicrosoft.com/b2c_1_esp_dev_sisu', redirectUri: '/', postLogoutRedirectUri: '/', cacheLocation: "localStorage", knownAuthorities: ["antuitbtoc.b2clogin.com"] }, // b2cPolicies: { // names: { // signUpSignIn: "B2C_1_esp_si_v1" // }, // authorities: { // signUpSignIn: { // authority: "https://antuitbtoc.b2clogin.com/antuitbtoc.onmicrosoft.com/B2C_1_esp_si_v1", // } // }, // authorityDomain: "antuitbtoc.b2clogin.com" // }, apiConfig: { scopes: ['https://antuitbtoc.onmicrosoft.com/espdev-scope/api'], uri: 'https://api-b2c.espdev.antuits.com/' } } }; // export const environment = { // production: false, // LANGUAGE: 'en', // GRAPHQL_SERVER: 'https://api-qa.flowersfoods.antuit.ai/', // BASE_URL: 'http://localhost:4200', // VERSION: 'dev', // KEYCLOAK: { // realm: 'Antuit', // 'auth-server-url': 'https://accounts.flowersfoods.antuit.ai/auth/', // 'ssl-required': 'external', // clientId: 'esp-client', // 'confidential-port': 0, // url: 'https://accounts.flowersfoods.antuit.ai/auth/', // }, // }; // export const environment = { // production: false, // LANGUAGE: 'en', // GRAPHQL_SERVER: 'https://api-stage.ffd.esp.antuit.ai/', // BASE_URL: 'http://localhost:4200', // VERSION: 'dev', // KEYCLOAK: { // realm: 'Antuit', // 'auth-server-url': 'https://accounts.ffd.esp.antuit.ai/auth/', // 'ssl-required': 'external', // clientId: 'esp-client', // 'confidential-port': 0, // url: 'https://accounts.ffd.esp.antuit.ai/auth/', // }, // }; /* * For easier debugging in development mode, you can import the following file * to ignore zone related error stack frames such as `zone.run`, `zoneDelegate.invokeTask`. * * This import should be commented out in production mode because it will have a negative impact * on performance if an error is thrown. */ // import 'zone.js/dist/zone-error'; // Included with Angular CLI.