Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 1 addition & 16 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -175,22 +175,7 @@ jwt.access.expiration=86400000
jwt.refresh.expiration=604800000

# local env
server.port=8083
# DB Connections
spring.datasource.url=jdbc:mysql://devbox.bizbrolly.com:3306/db_iemr
spring.datasource.username=root
spring.datasource.password=BizDev@24BB
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver

encDbUserName=zFlYsp9Z0s+lRvLM15A3g/Ba0w8VGs/1usuW7EsGF3k=
encDbPass=JGGAGn5wTlrbTLUHY+5BzfBa0w8VGs/1usuW7EsGF3k=

secondary.datasource.url=jdbc:mysql://devbox.bizbrolly.com:3306/db_reporting
secondary.datasource.username=root
secondary.datasource.password=BizDev@24BB
secondary.datasource.driver-class-name=com.mysql.jdbc.Driver
firebase.enabled = true
firebase.credential-file =firebase_cred.json




Expand Down