export const environment = { production: true, LANGUAGE: 'en', GRAPHQL_SERVER: 'https://api-b2c.espdev.antuits.com/', BASE_URL: 'https://b2c.espdev.antuits.com/', VERSION: 'v1.0.3b', 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', AZURE_AUTHENTICATION: true, 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: 'https://b2c.espdev.antuits.com/', postLogoutRedirectUri: 'https://b2c.espdev.antuits.com/', 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/' } } };