mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
Fix bugs and implement more of unauthenticated subs.
This commit is contained in:
parent
02067518b0
commit
9a45e33fdb
7 changed files with 128 additions and 56 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue