{"version":3,"file":"env.js","mappings":"0EAACA,OAAeC,IACZ,CACAC,WAAY,iBACZC,YAAa,iBAEbC,eAAgB,sBAEhBC,YAAa,kBAEbC,kBAAmB,0BACnBC,gBAAiB,wBACjBC,sBAAuB,8BACvBC,mBAAoB,2BACpBC,iBAAkB,yBAElBC,gBAAiB,uBAEjBC,wBAAyB,gCAEzBC,cAAe,qB","sources":["webpack:///./env.ts"],"sourcesContent":["(window as any).env = process.env.environment === 'production'\n ? {\n apiVersion: '${API_VERSION}',\n environment: '${ENVIRONMENT}',\n\n lobbyPublicUrl: '${LOBBY_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 staticPublicUrl: '${STATIC_PUBLIC_URL}',\n\n commentGracePeriodHours: '${COMMENT_GRACE_PERIOD_HOURS}',\n\n helpCenterUrl: '${HELP_CENTER_URL}'\n }\n : {\n staticPublicUrl: 'https://static.local.proliance360.com',\n lobbyPublicUrl: 'https://local.proliance360.com',\n environment: process.env.proxyMode || 'local',\n commentGracePeriodHours: 1,\n helpCenterUrl: 'https://helpcenter.proliance360.com/support/solutions'\n\n // newRelicAccountId: '4174862',\n // newRelicAgentId: '538544409',\n // newRelicApplicationId: '538544409',\n // newRelicLicenseKey: 'NRJS-a1404e8e7b45f74b404',\n // newRelicTrustKey: '4174862'\n }; // Can be used for testing purposes\n"],"names":["window","env","apiVersion","environment","lobbyPublicUrl","enablePendo","newRelicAccountId","newRelicAgentId","newRelicApplicationId","newRelicLicenseKey","newRelicTrustKey","staticPublicUrl","commentGracePeriodHours","helpCenterUrl"],"sourceRoot":""}