Skip to content

Commit

Permalink
Update application.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
sjkarthik authored Sep 12, 2023
1 parent 383fdb5 commit 1b210ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esignet-service/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
mosip.esignet.database.hostname=10.2.1.14
mosip.esignet.database.port=5432
spring.datasource.url=jdbc:postgresql://${mosip.esignet.database.hostname}:${mosip.esignet.database.port}/mosip_esignet?currentSchema=esignet
spring.datasource.username=esignetuser
spring.datasource.username=postgres
spring.datasource.password=Mosip@123

spring.jpa.database-platform=org.hibernate.dialect.PostgreSQL95Dialect
Expand Down

0 comments on commit 1b210ee

Please sign in to comment.