{"version":3,"file":"env.js","mappings":"uFAACA,OAAeC,IAEV,CACAC,WAAY,iBACZC,YAAa,iBAEbC,iBAAkB,wBAClBC,qBAAsB,6BAEtBC,YAAa,kBAEbC,kBAAmB,0BACnBC,gBAAiB,wBACjBC,sBAAuB,8BACvBC,mBAAoB,2BACpBC,iBAAkB,yBAElBC,UAAW,gBACXC,eAAgB,sBAChBC,YAAa,kBAEbC,SAAU,eACVC,cAAe,qBACfC,WAAY,iBAEZC,gBAAiB,uBAEjBC,cAAe,qB","sources":["webpack:///./env.ts"],"sourcesContent":["(window as any).env =\n process.env.environment === 'production'\n ? {\n apiVersion: '${API_VERSION}',\n environment: '${ENVIRONMENT}',\n\n academyPublicUrl: '${ACADEMY_PUBLIC_URL}',\n dataPrivacyPublicUrl: '${DATA_PRIVACY_PUBLIC_URL}',\n\n enablePendo: '${ENABLE_PENDO}',\n\n newRelicAccountId: \"${NEW_RELIC_ACCOUNT_ID}\",\n newRelicAgentId: \"${NEW_RELIC_AGENT_ID}\",\n newRelicApplicationId: \"${NEW_RELIC_APPLICATION_ID}\",\n newRelicLicenseKey: \"${NEW_RELIC_LICENSE_KEY}\",\n newRelicTrustKey: \"${NEW_RELIC_TRUST_KEY}\",\n\n googleUrl: '${GOOGLE_URL}',\n googleClientId: '${GOOGLE_CLIENT_ID}',\n googleScope: '${GOOGLE_SCOPE}',\n\n entraUrl: '${ENTRA_URL}',\n entraClientId: '${ENTRA_CLIENT_ID}',\n entraScope: '${ENTRA_SCOPE}',\n\n staticPublicUrl: '${STATIC_PUBLIC_URL}',\n\n helpCenterUrl: '${HELP_CENTER_URL}'\n }\n : {\n enablePendo: 'true',\n environment: process.env.proxyMode,\n academyPublicUrl: 'http://app.local.proliance360.com',\n dataPrivacyPublicUrl: 'http://app.local.proliance360.com',\n\n googleUrl: 'https://accounts.google.com/o/oauth2/v2/auth',\n googleClientId: '672685295527-t004m4044913u4rfddbqpta17qda77ha.apps.googleusercontent.com',\n googleScope: 'openid profile email',\n\n entraUrl: 'https://login.microsoftonline.com/common/oauth2/v2.0/authorize',\n entraClientId: 'f00756f0-ba82-4420-9e1d-b57ffc93a7e8',\n entraScope: 'openid profile email',\n helpCenterUrl: 'https://helpcenter.proliance360.com/support/solutions'\n\n // staticPublicUrl: 'http://static.local.proliance360.com',\n }; // Can be used for testing purposes\n\nexport {};\n"],"names":["window","env","apiVersion","environment","academyPublicUrl","dataPrivacyPublicUrl","enablePendo","newRelicAccountId","newRelicAgentId","newRelicApplicationId","newRelicLicenseKey","newRelicTrustKey","googleUrl","googleClientId","googleScope","entraUrl","entraClientId","entraScope","staticPublicUrl","helpCenterUrl"],"sourceRoot":""}