From 8d2bb51632fd1ea8c2cc36fd22b7308481ea7ed7 Mon Sep 17 00:00:00 2001 From: Vanitha Date: Wed, 8 Jan 2025 14:25:24 +0530 Subject: [PATCH] Add the missing properties in application.properties --- src/main/resources/application.properties | 48 +++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 9396f5e7..ce9ea86c 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -180,3 +180,51 @@ quality-Audit-PageSize=5 ## max no of failed login attempt failedLoginAttempt=5 +#avni registration Duration +avniRegistrationLimit=7 + +#--------------------------NHM Agent Real Time Data---------------------------- +nhm.agent.real.time.data.url= http://175.101.1.83/apps/utility/alive_api.php +nhm.agent.real.time.data.cron.scheduler=0 */2 * ? * * +nhm.agent.real.time.data.cron.flag=true + +##CTI data sync schedular +cz-duration=40 + +## prescription template +TMprescriptionTemplate=TMPrescription + +##duration for everwell calender +everwellCalendarDuration=15 + +##lonic variables +lonicPageSize=10 + +#call retry count +callRetryConfiguration=3 + +start-ctidatasync-scheduler=false +cron-scheduler-ctidatasync=0 0 2 */2 * ? + +##-------------------------------###cti data check with call detail report Scheduler------------------------------------------------------ + +#Runs at everyday 12:10AM +start-ctidatacheck-scheduler=true +cron-scheduler-ctidatacheck=0 10 00 * * * + +##---------------------------------#### Registration schedular for Avni------------------------------------------------------------------------------ + +start-avni-scheduler=false +cron-avni-registration=0 0/1 * * * ? * +##------------------------------------------------#### Everwell Regsitration Scheduler--------------------------------------------------------------- + +start-registration-scheduler=false +cron-scheduler-registration=0 34 19 * * ? * +##----------------------------------------------------#everwell data sync----------------------------------------------------------- + +start-everwelldatasync-scheduler=false +cron-scheduler-everwelldatasync=0 0/5 * * * ? * +##-----------------------------------------------#NHM data dashboard schedular---------------------------------------------------------------- +# run at everyday 12:01AM +start-nhmdashboard-scheduler=true +cron-scheduler-nhmdashboard=0 1 * * * ? *