mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
Add feed retention configuration option. (#174)
This commit is contained in:
parent
69504eb808
commit
8880a884c3
3 changed files with 27 additions and 23 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue