Skip to content

Commit

Permalink
Change spring datasource url
Browse files Browse the repository at this point in the history
  • Loading branch information
baurnick committed Jul 27, 2024
1 parent 3288675 commit 4930ce7
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,6 +1,6 @@
spring.application.name=dear-dev-backend
## Database Configuration
spring.datasource.url=jdbc:postgresql://localhost:5432/postgres
spring.datasource.url=jdbc:postgresql://yappi_db:5432/postgres
spring.datasource.username=yappi_db_admin
spring.datasource.password=${DATABASE_PASSWORD}
spring.datasource.driver-class-name=org.postgresql.Driver
Expand Down

0 comments on commit 4930ce7

Please sign in to comment.