Skip to content

Commit

Permalink
localhost changed to 127.0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Badri Paudel committed Mar 2, 2024
1 parent e3302f5 commit 771de12
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 42 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/application-default.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,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.url=jdbc:postgresql://127.0.0.1:5432/info_keeper_sb
spring.datasource.username=postgres
spring.datasource.password=postgres
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQL81Dialect
Expand Down
41 changes: 0 additions & 41 deletions src/main/resources/application.properties

This file was deleted.

0 comments on commit 771de12

Please sign in to comment.