@@ -4,17 +4,17 @@ spring.datasource.url=<Enter AMRIT DB_IEMR URL here>
4
4
spring.datasource.username =<Enter your AMRIT DB_IEMR username>
5
5
spring.datasource.password =<Enter your AMRIT DB_IEMR password>
6
6
7
- spring.datasource.url =jdbc:mysql://localhost:3306/db_iemr?autoReconnect=true&useSSL=false
7
+ # #commented the below lines as it is already defined above
8
+ # spring.datasource.url=jdbc:mysql://localhost:3306/db_iemr?
8
9
encDbUserName =zFlYsp9Z0s+lRvLM15A3g/Ba0w8VGs/1usuW7EsGF3k=
9
10
encDbPass =JGGAGn5wTlrbTLUHY+5BzfBa0w8VGs/1usuW7EsGF3k=
10
11
spring.datasource.driver-class-name =com.mysql.jdbc.Driver
11
12
13
+ secondary.datasource.url =<Enter DB_REPORTING URL here>
12
14
secondary.datasource.username =<Enter your DB_REPORTING username>
13
15
secondary.datasource.password =<Enter your DB_REPORTING password>
14
- secondary.datasource.url =<Enter DB_REPORTING URL here>
15
16
secondary.datasource.driver-class-name =com.mysql.jdbc.Driver
16
17
17
- fileBasePath =<Enter your required basepath here>/Doc
18
18
19
19
# KM config
20
20
km-base-url =http://10.208.122.38:8084/OpenKM
@@ -28,6 +28,9 @@ cti-logger_base_url=http://10.208.122.99/logger
28
28
identity-api-url = http://localhost:8080/identity-0.0.1
29
29
identity-1097-api-url = http://localhost:8080/1097identityapi-v1.0
30
30
31
+ # #Generate Benificiary Config
32
+ genben-api =http://localhost:8080/bengenapi-v1.0
33
+
31
34
# ### SMS Configuration
32
35
send-sms =false
33
36
sendSMSUrl = http://localhost:8080/sms/sendSMS
@@ -53,13 +56,66 @@ spring.mail.properties.mail.smtp.starttls.enable=true
53
56
start-email-scheduler =true
54
57
cron-scheduler-email =0 0/1 * * * ? *
55
58
56
- # ## generate Beneficiary Config
57
- genben-api =http://localhost:8080/bengenapi-v1.0
59
+ # #-------------------------------###cti data sync Scheduler configurations------------------------------------------------------
60
+
61
+ start-ctidatasync-scheduler =false
62
+ cron-scheduler-ctidatasync =0 0 2 */2 * ?
63
+
64
+ # #-------------------------------###cti data check with call detail report Scheduler------------------------------------------------------
65
+
66
+ # Runs at everyday 12:10AM
67
+ start-ctidatacheck-scheduler =true
68
+ cron-scheduler-ctidatacheck =0 10 00 * * *
69
+
70
+ # #---------------------------------#### Registration schedular for Avni------------------------------------------------------------------------------
71
+
72
+ start-avni-scheduler =false
73
+ cron-avni-registration =0 0/1 * * * ? *
74
+
75
+ # #------------------------------------------------#### Everwell Regsitration Scheduler---------------------------------------------------------------
76
+
77
+ start-registration-scheduler =false
78
+ cron-scheduler-registration =0 34 19 * * ? *
79
+
80
+ # #----------------------------------------------------#everwell data sync-----------------------------------------------------------
81
+
82
+ start-everwelldatasync-scheduler =false
83
+ cron-scheduler-everwelldatasync =0 0/5 * * * ? *
84
+
85
+ # #-----------------------------------------------#NHM data dashboard schedular----------------------------------------------------------------
86
+ # run at everyday 12:01AM
87
+ start-nhmdashboard-scheduler =true
88
+ cron-scheduler-nhmdashboard =0 1 * * * ? *
58
89
59
90
# ## Redis IP
60
91
spring.redis.host =localhost
92
+
93
+ # #---------------------------------------------------------------------------------------------------------------
94
+ # ##CTI data sync schedular
95
+ cz-duration =40
96
+ # #---------------------------------------------------------------------------------------------------------------
97
+ # # prescription template
98
+ TMprescriptionTemplate =TMPrescription
99
+ # #---------------------------------------------------------------------------------------------------------------
100
+ # #duration for everwell calender
101
+ everwellCalendarDuration =15
102
+ # #---------------------------------------------------------------------------------------------------------------
103
+ # #lonic variables
104
+ lonicPageSize =10
105
+ # #---------------------------------------------------------------------------------------------------------------
61
106
# snomedcti
62
107
snomedCTPageSize =10
108
+ # #---------------------------------------------------------------------------------------------------------------
109
+ # call retry count
110
+ callRetryConfiguration =3
111
+ # #---------------------------------------------------------------------------------------------------------------
112
+ # avni registration Duration
113
+ avniRegistrationLimit =7
114
+
115
+ # --------------------------NHM Agent Real Time Data----------------------------
116
+ nhm.agent.real.time.data.url = http://175.101.1.83/apps/utility/alive_api.php
117
+ nhm.agent.real.time.data.cron.scheduler =0 */2 * ? * *
118
+ nhm.agent.real.time.data.cron.flag =true
63
119
64
120
carestream_socket_ip = 192.168.43.39
65
121
carestream_socket_port = 1235
@@ -110,3 +166,4 @@ eausadhaAuthorization=<Enter eausadha authorization key>
110
166
spring.main.allow-bean-definition-overriding =true
111
167
spring.main.allow-circular-references =true
112
168
169
+ fileBasePath =<Enter your required basepath here>/Doc
0 commit comments