Add feed retention configuration option. (#174)

This commit is contained in:
Kavin 2022-01-31 04:17:16 +00:00 committed by GitHub
parent 69504eb808
commit 8880a884c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 27 additions and 23 deletions

View file

@ -26,6 +26,9 @@ 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