From e0a45cbbc8523766043d8d1c88b3b5d76e8f6bb8 Mon Sep 17 00:00:00 2001 From: Bnyro Date: Thu, 23 May 2024 17:45:54 +0200 Subject: [PATCH] chore: remove duplicated hibernate properties from config.properties --- template/config.properties | 7 ------- 1 file changed, 7 deletions(-) diff --git a/template/config.properties b/template/config.properties index c2ae410..ba573bc 100644 --- a/template/config.properties +++ b/template/config.properties @@ -84,10 +84,3 @@ hibernate.connection.password:changeme # Frontend configuration #frontend.statusPageUrl:changeme #frontend.donationUrl:changeme - -# Hibernate properties -hibernate.connection.url: jdbc:postgresql://postgres:5432/piped -hibernate.connection.driver_class: org.postgresql.Driver -hibernate.dialect: org.hibernate.dialect.PostgreSQLDialect -hibernate.connection.username: piped -hibernate.connection.password: changeme