@@ -115,7 +115,10 @@ identity-api-url-getByPartialBenRegIdList =IDENTITY_BASE_URL/id/getByPartialBenR
115115identity-api-url-getByPhoneNum =IDENTITY_BASE_URL/id/getByPhoneNum?phoneNum=
116116identity-api-url-getByBenId =IDENTITY_BASE_URL/id/getByBenId?benId=
117117identity-api-url-getByBenRegId =IDENTITY_BASE_URL/id/getByBenRegId?benRegId=
118- identity-api-url-benCreate =IDENTITY_BASE_URL/id/create
118+ IDENTITY_API_URL =https://amritdemo.piramalswasthya.org
119+ identity-api-url-benCreate =${IDENTITY_API_URL}/id/create
120+ # identity-api-url-benCreate =IDENTITY_BASE_URL/id/create
121+
119122identity-api-url-benEdit =IDENTITY_BASE_URL/id/edit
120123identity-api-url-benEditEducationCommunity =IDENTITY_BASE_URL/id/editEducationOrCommunity
121124
@@ -173,3 +176,213 @@ failedLoginAttempt=5
173176jwt.access.expiration =86400000
174177jwt.refresh.expiration =604800000
175178
179+ # local env
180+ server.port =8083
181+ # DB Connections
182+ spring.datasource.url =jdbc:mysql://devbox.bizbrolly.com:3306/db_iemr
183+ spring.datasource.username =root
184+ spring.datasource.password =BizDev@24BB
185+ spring.datasource.driver-class-name =com.mysql.cj.jdbc.Driver
186+
187+ encDbUserName =zFlYsp9Z0s+lRvLM15A3g/Ba0w8VGs/1usuW7EsGF3k=
188+ encDbPass =JGGAGn5wTlrbTLUHY+5BzfBa0w8VGs/1usuW7EsGF3k=
189+
190+ secondary.datasource.url =jdbc:mysql://devbox.bizbrolly.com:3306/db_reporting
191+ secondary.datasource.username =root
192+ secondary.datasource.password =BizDev@24BB
193+ secondary.datasource.driver-class-name =com.mysql.jdbc.Driver
194+ firebase.enabled = true
195+ firebase.credential-file =firebase_cred.json
196+
197+
198+
199+ # # KM Configuration
200+ km-base-protocol =http
201+ km-username =okmAdmin
202+ km-password =admin
203+ km-base-url =http://localhost:8084/OpenKM
204+ km-base-path =localhost:8084/OpenKM
205+ km-root-path =/okm:personal/users/
206+ km-guest-user =guest
207+ km-guest-password =guest
208+
209+ # CTI Config
210+ cti-server-ip =10.208.122.99
211+ cti-logger_base_url =http://10.208.122.99/logger
212+ sms-gateway-url =
213+
214+ # Identity Config
215+ identity-api-url = http://localhost:8094/
216+ # Verify whether 1097 and identity are same?
217+ identity-1097-api-url = http://localhost:8095/
218+ # #Generate Benificiary Config
219+ genben-api =http://localhost:8092/
220+
221+ # ### SMS Configuration
222+ send-sms =false
223+ sendSMSUrl = http://localhost:8080/sms/sendSMS
224+ source-address =AIDSHL
225+ sms-username =<Enter SMS username>
226+ sms-password =<Enter SMS password>
227+ send-message-url =<Enter SMS sending URL here>
228+
229+ # ##SMS Scheduler configurations
230+ start-sms-scheduler =false
231+ cron-scheduler-sms =0 0/1 * * * ? *
232+
233+ # ### Email Configuration
234+ send-email =false
235+ spring.mail.host =smtp.gmail.com
236+ spring.mail.port =587
237+ spring.mail.username =<Enter mail username>
238+ spring.mail.password =<Enter mail password>
239+ spring.mail.properties.mail.smtp.auth =true
240+ spring.mail.properties.mail.smtp.starttls.enable =true
241+
242+ # ##Email Scheduler configurations
243+ start-email-scheduler =true
244+ cron-scheduler-email =0 0/1 * * * ? *
245+
246+ # #-------------------------------###cti data sync Scheduler configurations------------------------------------------------------
247+
248+ start-ctidatasync-scheduler =false
249+ cron-scheduler-ctidatasync =0 0 2 */2 * ?
250+
251+ # #-------------------------------###cti data check with call detail report Scheduler------------------------------------------------------
252+
253+ # Runs at everyday 12:10AM
254+ start-ctidatacheck-scheduler =true
255+ cron-scheduler-ctidatacheck =0 10 00 * * *
256+
257+ # #---------------------------------#### Registration schedular for Avni------------------------------------------------------------------------------
258+
259+ start-avni-scheduler =false
260+ cron-avni-registration =0 0/1 * * * ? *
261+
262+ # #------------------------------------------------#### Everwell Regsitration Scheduler---------------------------------------------------------------
263+
264+ start-registration-scheduler =false
265+ cron-scheduler-registration =0 34 19 * * ? *
266+
267+ # #----------------------------------------------------#everwell data sync-----------------------------------------------------------
268+
269+ start-everwelldatasync-scheduler =false
270+ cron-scheduler-everwelldatasync =0 0/5 * * * ? *
271+
272+ # #-----------------------------------------------#NHM data dashboard schedular----------------------------------------------------------------
273+ # run at everyday 12:01AM
274+ start-nhmdashboard-scheduler =true
275+ cron-scheduler-nhmdashboard =0 1 * * * ? *
276+ # #----------------------------------------------------#grievance data sync-----------------------------------------------------------
277+
278+ start-grievancedatasync-scheduler =false
279+ cron-scheduler-grievancedatasync =0 0/2 * * * ?
280+
281+ # ## Redis IP
282+ spring.redis.host =localhost
283+
284+ # #---------------------------------------------------------------------------------------------------------------
285+ # ##CTI data sync schedular
286+ cz-duration =40
287+ # #---------------------------------------------------------------------------------------------------------------
288+ # # prescription template
289+ TMprescriptionTemplate =TMPrescription
290+ # #---------------------------------------------------------------------------------------------------------------
291+ # #duration for everwell calender
292+ everwellCalendarDuration =15
293+ # #---------------------------------------------------------------------------------------------------------------
294+ # #lonic variables
295+ lonicPageSize =10
296+ # #---------------------------------------------------------------------------------------------------------------
297+ # snomedcti
298+ snomedCTPageSize =10
299+ # #---------------------------------------------------------------------------------------------------------------
300+ # call retry count
301+ callRetryConfiguration =3
302+ # #---------------------------------------------------------------------------------------------------------------
303+ # avni registration Duration
304+ avniRegistrationLimit =7
305+
306+ # --------------------------NHM Agent Real Time Data----------------------------
307+ nhm.agent.real.time.data.url = http://175.101.1.83/apps/utility/alive_api.php
308+ nhm.agent.real.time.data.cron.scheduler =0 */2 * ? * *
309+ nhm.agent.real.time.data.cron.flag =true
310+
311+ carestream_socket_ip = 192.168.43.39
312+ carestream_socket_port = 1235
313+
314+ # # everwell variables
315+ everwellUserName = <Enter everwell username>
316+ everwellPassword = <Enter everwell password>
317+ amritUserName = <Enter AMRIT username>
318+ amritPassword = <Enter AMRIT password>
319+
320+ # # everwell API call
321+ everwellAddSupportAction = https://beta-hub.everwell.org/Api/Patients/AddSupportAction
322+ everwellEditDoses = https://beta-hub.everwell.org/Api/Patients/EditManualDoses
323+ everwellEditMissedDoses = https://beta-hub.everwell.org/Api/Patients/EditMissedDoses
324+ everwellGetPatientAdherenceUrl = https://beta-hub.everwell.org/Api/Patients/CurrentMonthMissedAdherence?Page=
325+ everwellEditSecondaryPhoneNo = https://beta-hub.everwell.org/Api/Patients/EditPhoneNumber
326+ everwell1097userAuthenticate = http://localhost:8083/user/userAuthenticate
327+ everwelluserAuthenticate = https://beta-hub.everwell.org/token
328+ everwellRegisterBenficiary = http://localhost:8083/beneficiary/create
329+
330+
331+ # # LungAssessment credentials
332+ lungAssessmentEmail = <Enter SWAASA email id>
333+ lungAssessmentPassword = <Enter SWAASA password>
334+
335+
336+ # # SWASSA APIs
337+ lungAssessmentAdminLogin = http://swaasa.sandbox.swaasa.ai/api/adminLogin
338+ lungAssessmentValidateCough = http://swaasa.sandbox.swaasa.ai/api/verifycough
339+ lungAssessmentStartAssesment = http://swaasa.sandbox.swaasa.ai/api/assessment
340+ lungAssessmentGetAssesment = http://swaasa.sandbox.swaasa.ai/api/getAssessment
341+
342+ # E- Sanjeevani user authenticate creds
343+ eSanjeevani.url : https://preprod.esanjeevaniopd.xyz/uat/aus/api/ThirdPartyAuth/providerLogin
344+ eSanjeevani.userName : <Enter e-sanjeevani username>
345+ eSanjeevani.password : <Enter e-sanjeevani password>
346+ eSanjeevani.salt : 123456
347+ eSanjeevani.source : 11001
348+ eSanjeevani.registerPatient : https://preprod.esanjeevaniopd.xyz/uat/ps/api/v1/Patient
349+ eSanjeevani.routeUrl : https://uat.esanjeevani.in/user/signin
350+
351+ biometric.discover.url = http://127.0.0.1:port/
352+ biometric.deviceInfo.url = http://127.0.0.1:port/rd/info
353+ biometric.capture.url = http://127.0.0.1:port/rd/capture
354+ eAusadhaUrl =https://dlc.kar.nic.in/e-services/api/DWInstituteInward
355+
356+ eausadhaAuthorization =<Enter eausadha authorization key>
357+ spring.main.allow-bean-definition-overriding =true
358+ spring.main.allow-circular-references =true
359+ jwt.secret =my-32-character-ultra-secure-and-ultra-long-secret
360+
361+
362+ fileBasePath =<Enter your required basepath here>/Doc
363+ # #grievance API call
364+ updateGrievanceDetails = <ENTER GRIEVANCE_API_BASE_URL>/grsbepro/igemr1097/public/api/v1/state-wise/grievance-list?page=PageNumber¤tpage=1
365+ updateGrievanceTransactionDetails =<ENTER GRIEVANCE_API_BASE_URL>/grsbepro/igemr1097/public/api/v1/grievance_details/
366+
367+ # # grievance variables
368+ grievanceUserName = <Enter Grievance username>
369+ grievancePassword = <Enter Grievance password>
370+
371+ grievanceUserAuthenticate = <Enter Grievance UserAuthenticate>
372+ grievanceDataSyncDuration = <Enter Grievience Data Sync Duration>
373+
374+ springdoc.api-docs.enabled =true
375+ springdoc.swagger-ui.enabled =true
376+
377+ isProduction =false
378+ grievanceAllocationRetryConfiguration =3
379+
380+ logging.path =logs/
381+ logging.file.name =logs/common-api.log
382+
383+ captcha.secret-key = <Enter Cloudflare Secret Key>
384+ captcha.verify-url = https://challenges.cloudflare.com/turnstile/v0/siteverify
385+ captcha.enable-captcha =true
386+
387+ cors.allowed-origins =http://localhost:*
388+
0 commit comments