mirror of
https://github.com/TeamPiped/Piped-Docker.git
synced 2024-08-14 23:56:53 +00:00
Add some missing config properties.
Ref: https://github.com/TeamPiped/Piped/issues/1123
This commit is contained in:
parent
9b6ba05f4a
commit
c4fe0c1ac4
1 changed files with 9 additions and 0 deletions
|
@ -20,6 +20,15 @@ API_URL: https://BACKEND_HOSTNAME
|
|||
# Public Frontend URL
|
||||
FRONTEND_URL: https://FRONTEND_HOSTNAME
|
||||
|
||||
# Enable haveibeenpwned compromised password API
|
||||
COMPROMISED_PASSWORD_CHECK: true
|
||||
|
||||
# Disable Registration
|
||||
DISABLE_REGISTRATION: false
|
||||
|
||||
# Feed Retention Time in Days
|
||||
FEED_RETENTION: 30
|
||||
|
||||
# Hibernate properties
|
||||
hibernate.connection.url: jdbc:postgresql://postgres:5432/piped
|
||||
hibernate.connection.driver_class: org.postgresql.Driver
|
||||
|
|
Loading…
Reference in a new issue