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 7, 2023
1 parent dd7b71f commit 99df8f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ softhsm.mock.identity.system.security.pin=39406032

##----------------------------------------- Database properties --------------------------------------------------------
db.dbuser.password=Mosip@123
mosip.mockidentitysystem.database.hostname=postgres.tfgovidbb.sandbox-playground.com
mosip.mockidentitysystem.database.hostname=10.2.1.14
mosip.mockidentitysystem.database.port=5432
spring.datasource.url=jdbc:postgresql://${mosip.mockidentitysystem.database.hostname}:${mosip.mockidentitysystem.database.port}/mosip_mockidentitysystem?currentSchema=mockidentitysystem
spring.datasource.username=postgres
Expand Down

0 comments on commit 99df8f3

Please sign in to comment.