Skip to content

Commit

Permalink
Updating sample solution branches
Browse files Browse the repository at this point in the history
  • Loading branch information
BjoernKW committed Nov 28, 2023
2 parents 0aa7b40 + 1eaa428 commit f8be41e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ server:

spring:
datasource:
url: jdbc:postgresql://roasted-tomato.db.elephantsql.com:5432/ooqpwbmi # adapt URL to your database
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
Expand Down

0 comments on commit f8be41e

Please sign in to comment.