chore: remove duplicated hibernate properties from config.properties

This commit is contained in:
Bnyro 2024-05-23 17:45:54 +02:00 committed by GitHub
parent 3b99b09db7
commit e0a45cbbc8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 7 deletions

View File

@ -84,10 +84,3 @@ hibernate.connection.password:changeme
# Frontend configuration # Frontend configuration
#frontend.statusPageUrl:changeme #frontend.statusPageUrl:changeme
#frontend.donationUrl: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