{"version":3,"sources":["env.token.js"],"names":["window","__env","apiUrl","AzureADSettings","endpoints","instance","tenant","clientId","redirectUri","anonymousEndpoints","push","layoutVersion","environmentName","this"],"mappings":"CAAA,SAAAA,GACAA,EAAAC,MAAAD,EAAAC,UAEAD,EAAAC,MAAAC,OAAA,aAEAF,EAAAC,MAAAE,iBACAC,aACAC,SAAA,qCACAC,OAAA,aACAC,SAAA,eACAC,YAAA,kBACAC,uBAGAT,EAAAC,MAAAE,gBAAAC,UAAAJ,EAAAC,MAAAC,QAAA,yBAGAF,EAAAC,MAAAE,gBAAAM,mBAAAC,KAAAT,MAAAC,OAAA,sBACAF,EAAAC,MAAAE,gBAAAM,mBAAAC,KAAA,WAEAV,EAAAC,MAAAU,cAAA,oBACAX,EAAAC,MAAAW,gBAAA,uBACAC","file":"env-de8126a48d.js","sourcesContent":["(function (window) {\r\n window.__env = window.__env || {};\r\n\r\n window.__env.apiUrl = '#{apiUrl}#';\r\n\r\n window.__env.AzureADSettings = {\r\n endpoints: {},\r\n instance: 'https://login.microsoftonline.com/',\r\n tenant: '#{tenant}#',\r\n clientId: '#{clientId}#',\r\n redirectUri: '#{redirectUri}#',\r\n anonymousEndpoints: []\r\n };\r\n\r\n window.__env.AzureADSettings.endpoints[window.__env.apiUrl] = '#{vhimsApiResourceId}#';\r\n\r\n //These must me here and cannot be added to the anonymousEndpoints declaration. Otherwise IE fails to load the website\r\n window.__env.AzureADSettings.anonymousEndpoints.push(__env.apiUrl + \"/HealthCheck/Check\");\r\n window.__env.AzureADSettings.anonymousEndpoints.push(\"images/\");\r\n\r\n window.__env.layoutVersion = '#{layoutVersion}#';\r\n window.__env.environmentName = '#{environmentName}#';\r\n}(this));"]}