Skip to content

Commit

Permalink
Revert postgres hostname to localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
fwilhe committed May 7, 2024
1 parent 5940bd6 commit e3b98ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
spring.application.name=glvd
spring.datasource.url=jdbc:postgresql://postgres:5432/glvd
spring.datasource.url=jdbc:postgresql://localhost:5432/glvd
spring.datasource.username=glvd
spring.datasource.password=glvd
spring.sql.init.mode=never
Expand Down

0 comments on commit e3b98ee

Please sign in to comment.