Skip to content

Commit 080b084

Browse files
committed
Missing field properties added
1 parent cc77f01 commit 080b084

File tree

1 file changed

+62
-5
lines changed

1 file changed

+62
-5
lines changed

src/main/environment/common_example.properties

Lines changed: 62 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ spring.datasource.url=<Enter AMRIT DB_IEMR URL here>
44
spring.datasource.username=<Enter your AMRIT DB_IEMR username>
55
spring.datasource.password=<Enter your AMRIT DB_IEMR password>
66

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?
89
encDbUserName=zFlYsp9Z0s+lRvLM15A3g/Ba0w8VGs/1usuW7EsGF3k=
910
encDbPass=JGGAGn5wTlrbTLUHY+5BzfBa0w8VGs/1usuW7EsGF3k=
1011
spring.datasource.driver-class-name=com.mysql.jdbc.Driver
1112

13+
secondary.datasource.url=<Enter DB_REPORTING URL here>
1214
secondary.datasource.username=<Enter your DB_REPORTING username>
1315
secondary.datasource.password=<Enter your DB_REPORTING password>
14-
secondary.datasource.url=<Enter DB_REPORTING URL here>
1516
secondary.datasource.driver-class-name=com.mysql.jdbc.Driver
1617

17-
fileBasePath =<Enter your required basepath here>/Doc
1818

1919
# KM config
2020
km-base-url=http://10.208.122.38:8084/OpenKM
@@ -28,6 +28,9 @@ cti-logger_base_url=http://10.208.122.99/logger
2828
identity-api-url = http://localhost:8080/identity-0.0.1
2929
identity-1097-api-url = http://localhost:8080/1097identityapi-v1.0
3030

31+
##Generate Benificiary Config
32+
genben-api=http://localhost:8080/bengenapi-v1.0
33+
3134
#### SMS Configuration
3235
send-sms=false
3336
sendSMSUrl = http://localhost:8080/sms/sendSMS
@@ -53,13 +56,66 @@ spring.mail.properties.mail.smtp.starttls.enable=true
5356
start-email-scheduler=true
5457
cron-scheduler-email=0 0/1 * * * ? *
5558

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 * * * ? *
5889

5990
### Redis IP
6091
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+
##---------------------------------------------------------------------------------------------------------------
61106
#snomedcti
62107
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
63119

64120
carestream_socket_ip = 192.168.43.39
65121
carestream_socket_port = 1235
@@ -110,3 +166,4 @@ eausadhaAuthorization=<Enter eausadha authorization key>
110166
spring.main.allow-bean-definition-overriding=true
111167
spring.main.allow-circular-references=true
112168

169+
fileBasePath =<Enter your required basepath here>/Doc

0 commit comments

Comments
 (0)