From b21890c126176dad14e7985575dbb78e2c6fcf6d Mon Sep 17 00:00:00 2001 From: Patrick Baumgartner Date: Wed, 4 Jun 2025 21:48:38 +0200 Subject: [PATCH] Aligned postgres properties with mysql properties Signed-off-by: Patrick Baumgartner --- src/main/resources/application-postgres.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/application-postgres.properties b/src/main/resources/application-postgres.properties index 60889b43c..b265d7e5b 100644 --- a/src/main/resources/application-postgres.properties +++ b/src/main/resources/application-postgres.properties @@ -1,3 +1,4 @@ +# database init, supports postgres too database=postgres spring.datasource.url=${POSTGRES_URL:jdbc:postgresql://localhost/petclinic} spring.datasource.username=${POSTGRES_USER:petclinic}