{
  "COMMENTS": [
    "This config is setup for running the app locally and connecting to the prod API.",
    "The values in this file will be replaced by Octopus Deploy during a deployment."
  ],
  "auth0ClientId": "xzM3WUJQZRuCdtjymUB7QZY8OzCnt4tJ",
  "auth0ClientDomain": "auth.imohealth.com",
  "auth0ApiAudience": "https://api.imohealth.com",
  "auth0CallbackUrl": "https://csedtrui-upgrade.imohealth.com",
  "httpInterceptorAllowedList": [
    "https://api.imohealth.com/codesystemeditorapi/*",
    "https://csedtrapi.imohealth.com/*"
  ],
  "auth0RedirectUrl": "/",
  "auth0RolesKey": "https://api.imohealth.com/roles",
  "auth0PermissionsKey": "https://api.imohealth.com/permissions",
  "dmsScopes": "profile email dms dms.organization.impersonate organizations organization dms.terminologymapper"
}