mirror of
https://github.com/TeamPiped/Piped-Docker.git
synced 2024-08-14 23:56:53 +00:00
chore: remove duplicated hibernate properties from config.properties
This commit is contained in:
parent
3b99b09db7
commit
e0a45cbbc8
1 changed files with 0 additions and 7 deletions
|
@ -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
|
|
||||||
|
|
Loading…
Reference in a new issue