Fix bugs and implement more of unauthenticated subs.

This commit is contained in:
Kavin 2022-07-31 23:15:28 +05:30
parent 02067518b0
commit 9a45e33fdb
No known key found for this signature in database
GPG key ID: 49451E4482CC5BCD
7 changed files with 128 additions and 56 deletions

View file

@ -29,6 +29,8 @@ DISABLE_RYD:false
DISABLE_SERVER:false
# Disable the inclusion of LBRY streams
DISABLE_LBRY:false
# How long should unauthenticated subscriptions last for
SUBSCRIPTIONS_EXPIRY:30
# Hibernate properties
hibernate.connection.url:jdbc:postgresql://postgres:5432/piped
hibernate.connection.driver_class:org.postgresql.Driver