-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathcommon_example.properties
More file actions
78 lines (56 loc) · 1.93 KB
/
common_example.properties
File metadata and controls
78 lines (56 loc) · 1.93 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
# dev env
server.port=8089
# DB Connections
spring.datasource.url=jdbc:mysql://localhost:3306/db_iemr
spring.datasource.username=root
spring.datasource.password=1234
spring.datasource.driver-class-name=com.mysql.jdbc.Driver
## Carestream URLs
carestreamOrderCreateURL =http://localhost:8083/carestream/createOrder
## Identity - Common URLs
# Registration
registrationUrl =http://localhost:8083/beneficiary/createBeneficiary
registrarQuickSearchByIdUrl =http://localhost:8083/beneficiary/searchUserByID
registrarQuickSearchByPhoneNoUrl =http://localhost:8083/beneficiary/searchUserByPhone
getBenImageFromIdentity =http://localhost:8094/id/benImageByBenRegID
##beneficiary edit
beneficiaryEditUrl =http://localhost:8083/beneficiary/update
## Advance Search
registrarAdvanceSearchUrl =http://localhost:8083/beneficiary/searchBeneficiary
## Data Sync API
dataSyncUploadUrl=
## Data download API
dataSyncDownloadUrl=
## TC specialist slot booking
tcSpecialistSlotBook=http://localhost:8088/schedule/bookSlot
## TC specialist slot cancelling
tcSpecialistSlotCancel=http://localhost:8088/schedule/cancelBookedSlot
## TM sms to beneficiary(schedule, cancel, reschedule)
sendSMSUrl=http://localhost:8083/sms/sendSMS
### get openkm doc download url
openkmDocUrl=http://localhost:8083/kmfilemanager/getKMFileDownloadURL
##Fetosense Url
##fetosense related to which service
fetosense-api-url-ANCTestDetails=<Enter your socket address here>/fetosense/registerMother
## apiKey for calling fetosense api
fetosenseAPIKey =
## TM SMS template details(SMS type)
schedule=TC Schedule SMS
cancel=TC Cancel SMS
reSchedule=TC Reschedule SMS
snomedCTPageSize=10
nurseWL=7
nurseTCWL=7
docWL=7
pharmaWL=7
labWL=7
radioWL=7
oncoWL=7
tcSpeclistWL=7
prescription=TMPrescription SMS
### Redis IP
spring.redis.host=localhost
jwt.secret=my-32-character-ultra-secure-and-ultra-long-secret
logging.path=logs/
logging.file.name=logs/tm-api.log
cors.allowed-origins=http://localhost:*