{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.Hosting.Lifetime": "Information"
    }
  },
  "ConnectionStrings": {
    "HighriseHRAlerts": "Data Source=HIGHRISE-PRD;Initial Catalog=Admintool;Integrated Security=True;TrustServerCertificate=True;"
    
  },
  "Jobs": {
    "HRSalaryCalculationJob": true, //salary calculation in hr
    "HRLeaveJob": true,//leave add 
    "AttendancePushJob": false, //always false only amit enterprise true
    "HighriseSchedulerJob": true,//email whats app sms 
    "AutoAlertAndTriggerJob": false,//birthday anniversity etc userdefine 
    "FirebaseTriggerJob": false,//mobile app notification realtime
    "BulkDocumentTriggerJob": false //document demand letter
  },
  "QuartzScheduler": {
    "SalaryJobIntervalInSeconds": 30,
    "LeaveJobIntervalInSeconds": 20,
    "AttendanceIntervalInSeconds": 20,
    "HighriseSchedulerJobIntervalInSeconds": 10,
    "BulkDocumentTriggerJobJobIntervalInSeconds": 10,
    "FirebaseTriggerJobJobIntervalInSeconds": 10,
    // "AutoAlertAndTriggerMorningCron": "0 0 0-23 * * ?"   //12 AM - 11 PM every 1 hour trigger 
    "AutoAlertAndTriggerMorningCron": "0 04 18 * * ?" // sec  min hour day week 
  },
  "LoggerSetting": {
    "IsTrackActive": true
  }

  //"Seconds" "Minutes","Hours" "Day-of-Month","Month" "Day-of-Week","Year(optional)" 
  // 0,         0          10,       "*"         "*",      "?"

}
