{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Information"
    }
  },
  "AllowedHosts": "*",
  "ReverseProxy": {
    "Routes": {
      "fallbackRoute": {
        "ClusterId": "fallbackCluster",
        "Order": "2147483647",
        "Match": {
          "Path": "{**catch-all}"
        }
      }
    },
    "Clusters": {
      "fallbackCluster": {
        "Destinations": {}
      }
    }
  },
  "FoundationsAppSettings": {
    "ApplicationFullURL": "https://localhost:7149",
    "SmtpServerName": "smtp.elasticemail.com",
    "SmtpServerPort": "2525",
    "SmtpServerEnableSSL": "true",
    "SmtpServerAuthUserName": "itadmin@healthlevel.com",
    "SmtpServerAuthUserPassword": "21c71d46-e900-4158-87ec-e8c223ea8d00",
    "SmtpSendEmail": "true",
    "SmtpFromEmailLabel": "Foundations DEV-QA",
    "SmtpFromEmailAddress": "hlsysadmin@healthlevel.com",
    "SmtpToEmailLabel": "Foundations Administrators",
    "SmtpToEmailAddress": "ToBeUpdated@healthlevel.com",
    "SmtpUseTestAccount": "true",
    "SmtpTestEmailLabel": "Test Account (HL)",
    "SmtpTestEmailAddress": "ToBeUpdated@healthlevel.com",
    "SmtpCcEmailLabel": "Parag Paranjpe",
    "SmtpCcEmailAddress": "ToBeUpdated@healthlevel.com",
    "BackgroundWorklistSync": "false",
    "BackgroundWorklistSync_In": "false",
    "BackgroundWorklistSync_Out": "false",
    "SupportContactEmail": "hlsysadmin@healthlevel.com",
    "SupportContactLabel": "Foundations Support",
    "AnalyticsDown": "false",
    "SupportContactSubject": "Foundations Support Request",
    "NotificationNodeEnabled": "true",
    "BasePathForALObjects": "C:\\Foundations",
    "ApplicationStatus": "live",
    "QueryTimeOut": "360",
    "PdfApp": "C:\\PrintPack\\hlpdf.js",
    "NightlyEmailNotifications": "true",
    "AppNotificationType": "EVERYTHING",
    "CleanUpThread": "true",
    "SelfSignedSSL": "true",
    "Environment": "Development",
    "AppCustomerGuid": "D08C8D82-8DDA-422F-A1B3-237AA4231669"
  }
}