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