Skip to content

Commit

Permalink
https://github.com/workshops-de/Bookshelf_sample_solution/issues/92
Browse files Browse the repository at this point in the history
  • Loading branch information
BjoernKW committed Aug 7, 2024
1 parent 2fd5aee commit 37fd60b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ server:
spring:
datasource:
url: jdbc:postgresql://roasted-tomato.db.elephantsql.com:5432/ooqpwbmi # adapt URL to your database
driver-class-name: org.postgresql.Driver
username: ooqpwbmi # adapt username accordingly
# set PG_PASSWORD in your environment, e.g., by running "export PG_PASSWORD=..." in the command line
password: ${PG_PASSWORD}
Expand Down

0 comments on commit 37fd60b

Please sign in to comment.