From 37fd60b23a65ad1f5c15dbde0551f4b668d00084 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Wilmsmann?= Date: Wed, 7 Aug 2024 15:41:30 +0200 Subject: [PATCH] https://github.com/workshops-de/Bookshelf_sample_solution/issues/92 --- src/main/resources/application.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 0b69cd8..82b1e95 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -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}