-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathcommon_example.properties
More file actions
37 lines (28 loc) · 1.01 KB
/
common_example.properties
File metadata and controls
37 lines (28 loc) · 1.01 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
server.port=8094
# DataSource settings: set here your own configurations for the database
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
secondary.datasource.url=jdbc:mysql://localhost:3306/db_iemr
secondary.datasource.username=root
secondary.datasource.password=root123
secondary.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
jwt.secret=my-32-character-ultra-secure-and-ultra-long-secret
logging.path=logs/
logging.file.name=logs/identity-api.log
# TM Config
tm-url=http://localhost:8089/
# FHIR Config
fhir-url=http://localhost:8093/
# Redis Config
spring.redis.host=localhost
cors.allowed-origins=http://localhost:*
# Elasticsearch Configuration
elasticsearch.host=localhost
elasticsearch.port=9200
elasticsearch.username=elastic
elasticsearch.password=piramalES
elasticsearch.index.beneficiary=beneficiary_index
# Enable/Disable ES (for gradual rollout)
elasticsearch.enabled=true