Skip to content

Commit

Permalink
localhost db password updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
Badri Paudel committed Mar 2, 2024
1 parent 6229c6f commit 1aae5cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application-default.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ server.port = 8080
#with docker-compose these parameters will be ignored [overriden] as docker-compose.yml will have all the configurations required.
spring.datasource.url=jdbc:postgresql://localhost:5432/info_keeper_sb
spring.datasource.username=postgres
spring.datasource.password=_BadriPostgres1@
spring.datasource.password=postgres
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQL81Dialect

spring.jpa.show-sql = true
Expand Down

0 comments on commit 1aae5cc

Please sign in to comment.