Add some missing config properties.

Ref: https://github.com/TeamPiped/Piped/issues/1123
This commit is contained in:
Kavin 2022-06-12 18:57:34 +01:00 committed by Andrea Spacca
parent fa5e01c61a
commit 50ffec385e
1 changed files with 9 additions and 0 deletions

View File

@ -20,6 +20,15 @@ API_URL: BACKEND_URL
# Public Frontend URL
FRONTEND_URL: FRONT_URL
# 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