-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathcommon_ci.properties
More file actions
138 lines (108 loc) · 5.65 KB
/
Copy pathcommon_ci.properties
File metadata and controls
138 lines (108 loc) · 5.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
benSearchByBenIDURL=@env.COMMON_API_BASE_URL@beneficiary/searchUserByID
userAuthURL=@env.COMMON_API_BASE_URL@user/userAuthenticate
# E-aushadhi
eaushadhiStoreStockDetailsUrl=@env.EAUSHADHI_URL@/rest/storeStockDetailsService/
eaushadhiStoreStockAckUrl=@env.EAUSHADHI_URL@/rest/AcknowledgeStoreStockService/
fhirUserName=@env.FHIR_USER_NAME@
fhirPassword=@env.FHIR_PASSWORD@
# DB Connections (MySQL)
spring.datasource.url=@env.DATABASE_URL@
spring.datasource.username=@env.DATABASE_USERNAME@
spring.datasource.password=@env.DATABASE_PASSWORD@
spring.datasource.driver-class-name=com.mysql.jdbc.Driver
# DB Connection (Mongo DB)
spring.data.mongodb.host=@env.MONGO_HOST@
spring.data.mongodb.port=27017
spring.data.mongodb.authentication-database=@env.MONGO_AUTH_DBNAME@
spring.data.mongodb.database=@env.MONGO_DBNAME@
spring.data.mongodb.username=@env.MONGO_USERNAME@
spring.data.mongodb.password=@env.MONGO_PASSWORD@
atomsFeedStartPage=1
parentUrl=@env.BAHMINI_URL@
atomFeedURLPatientDemographic=/openmrs/ws/atomfeed/patient/
atomFeedURLPatientEncounter=/openmrs/ws/atomfeed/encounter/
feedAuthUserName=@env.FEED_AUTH_URL@
feedAuthPassword=@env.FEED_AUTH_PASSWORD@
eAushadhiDummy=yes
##NDHM ABHA API
clientID=@env.NDHM_ABHA_CLIENT_ID@
clientSecret=@env.NDHM_ABHA_CLIENT_SECRET_KEY@
##Default ABDM Facility ID
abdmFacilityId= @env.ABDM_FACILITY_ID@
ndhmuserAuthenticate=@env.ABDM_BASE_URL@/gateway/v0.5/sessions
ndhmGenerateOTP=@env.ABDM_HEALTH_ID_BASE_URL@/api/v1/registration/mobile/generateOtp
ndhmVerifyOTP=@env.ABDM_HEALTH_ID_BASE_URL@/api/v1/registration/mobile/verifyOtp
ndhmCreateHealthID=@env.ABDM_HEALTH_ID_BASE_URL@/api/v1/registration/mobile/createHealthId
## ABHA with aadhaar
ndhmGenerateOTPWithAadhaar=@env.ABDM_HEALTH_ID_BASE_URL@/api/v1/registration/aadhaar/generateOtp
ndhmCreateHealthIDWithAadhaar=@env.ABDM_HEALTH_ID_BASE_URL@/api/v1/registration/aadhaar/createHealthIdWithAadhaarOtp
## ABHA Creation New APIs
abdmVerifyOTP= @env.ABDM_HEALTH_ID_BASE_URL@/api/v1/registration/aadhaar/verifyOTP
abdmCheckAndGenerateMobileOTP= @env.ABDM_HEALTH_ID_BASE_URL@/api/v2/registration/aadhaar/checkAndGenerateMobileOTP
abdmVerifyMobileOTP= @env.ABDM_HEALTH_ID_BASE_URL@/api/v1/registration/aadhaar/verifyMobileOTP
abdmcreateHealthIdWithPreVerified= @env.ABDM_HEALTH_ID_BASE_URL@/api/v1/registration/aadhaar/createHealthIdWithPreVerified
##CareContext Creation API
generateOTPForCareContext=@env.ABDM_BASE_URL@/gateway/v0.5/users/auth/init
addCareContext = @env.ABDM_BASE_URL@/gateway/v0.5/links/link/add-contexts
validateOTPForCareContext=@env.ABDM_BASE_URL@/gateway/v0.5/users/auth/confirm
##ABHA Card API
## Auth init - aadhar / mobile
generateOTP_ForCard=@env.ABDM_HEALTH_ID_BASE_URL@/api/v1/auth/init
## confirm with mobile OTP
verifyOTP_ForCard=@env.ABDM_HEALTH_ID_BASE_URL@/api/v1/auth/confirmWithMobileOTP
## confirm with Aadhaar
verifyOTP_ForCard_Aadhaar=@env.ABDM_HEALTH_ID_BASE_URL@/api/v1/auth/confirmWithAadhaarOtp
## print ABHA card - PNG
generateHealthCard=@env.ABDM_HEALTH_ID_BASE_URL@/api/v1/health/facility/getPngCard
generateHealthIDCard=@env.ABDM_HEALTH_ID_BASE_URL@/api/v1/account/getPngCard
## Generate Notify SMS once episode completed
generateABDM_NotifySMS=@env.ABDM_BASE_URL@/gateway/v1/patients/sms/notify2
##verifyBio
abdmVerifyBio=@env.ABDM_HEALTH_ID_BASE_URL@/api/v1/registration/aadhaar/verifyBio
abdmGenerateMobileOTP=@env.ABDM_HEALTH_ID_BASE_URL@/api/v1/registration/aadhaar/generateMobileOTP
abdmConfirmAadhaarBio=@env.ABDM_HEALTH_ID_BASE_URL@/api/v1/auth/confirmWithAadhaarBio
abdmAccountProfile=@env.ABDM_ACCOUNT_ID_BASE_URL@/api/v1/account/profile
##ABDM Facility services
getAbdmFacilityServicies= @env.ABDM_HIECM_BASE_URL@/api/hiecm/gateway/v3/bridge-services
##ABDM V3 APIs
abdmV3UserAuthenticate = @env.ABDM_HIECM_BASE_URL@/api/hiecm/gateway/v3/sessions
getAuthCertPublicKey = @env.ABDM_ABHA_V3_URL@/v3/profile/public/certificate
requestOtpForEnrollment = @env.ABDM_ABHA_V3_URL@/v3/enrollment/request/otp
abhaEnrollByAadhaar = @env.ABDM_ABHA_V3_URL@/v3/enrollment/enrol/byAadhaar
printAbhaCard = @env.ABDM_ABHA_V3_URL@/v3/profile/account/abha-card
abhaLoginRequestOtp = @env.ABDM_ABHA_V3_URL@/v3/profile/login/request/otp
verifyAbhaLogin = @env.ABDM_ABHA_V3_URL@/v3/profile/login/verify
abhaProfileLoginVerifyUser = @env.ABDM_ABHA_V3_URL@/v3/profile/login/verify/user
requestAuthByAbdm = @env.ABDM_ABHA_V3_URL@/v3/enrollment/auth/byAbdm
webLoginAbhaRequestOtp = @env.ABDM_PHR_URL@/login/abha/request/otp
webLoginAbhaVerify = @env.ABDM_PHR_URL@/login/abha/verify
webLoginPhrCard = @env.ABDM_PHR_URL@/login/profile/abha/phr-card
## ABDM V3 M2 APIs
generateTokenForLinkCareContext = @env.ABDM_HIECM_BASE_URL@/api/hiecm/v3/token/generate-token
linkCareContext = @env.ABDM_HIECM_BASE_URL@/api/hiecm/hip/v3/link/carecontext
x-CM-ID=@env.X_CM_ID@
abhaMode=@env.ABHA_MODE@
#logging.pattern.level=DEBUG
logging.level.root=INFO
logging.level.org.springframework.web=INFO
logging.level.org.hibernate=INFO
logging.level.com.iemr=DEBUG
logging.level.org.springframework=INFO
#ELK logging file name
logging.path=logs/
logging.file.name=@env.FHIR_API_LOGGING_FILE_NAME@
jwt.secret=@env.JWT_SECRET_KEY@
springdoc.api-docs.enabled=@env.SWAGGER_DOC_ENABLED@
springdoc.swagger-ui.enabled=@env.SWAGGER_DOC_ENABLED@
# Redis IP
spring.redis.host=@env.REDIS_HOST@
cors.allowed-origins=@env.CORS_ALLOWED_ORIGINS@
hipSystemUrl= @env.HIP_SYSTEM_URL@
# Elasticsearch Configuration
elasticsearch.host=@env.ELASTICSEARCH_HOST@
elasticsearch.port=@env.ELASTICSEARCH_PORT@
elasticsearch.username=@env.ELASTICSEARCH_USERNAME@
elasticsearch.password=@env.ELASTICSEARCH_PASSWORD@
elasticsearch.index.beneficiary=@env.ELASTICSEARCH_INDEX_BENEFICIARY@
# Enable/Disable ES (for gradual rollout)
elasticsearch.enabled=@env.ELASTICSEARCH_ENABLED@