Add option to disable LBRY.

This commit is contained in:
Kavin 2022-07-22 09:22:48 +05:30
parent 748235fcbd
commit 6c6c8c021f
No known key found for this signature in database
GPG key ID: 49451E4482CC5BCD
3 changed files with 9 additions and 0 deletions

View file

@ -27,6 +27,8 @@ RYD_PROXY_URL:https://ryd-proxy.kavin.rocks
DISABLE_RYD:false
# Disable API server (node just runs timers if enabled)
DISABLE_SERVER:false
# Disable the inclusion of LBRY streams
DISABLE_LBRY:false
# Hibernate properties
hibernate.connection.url:jdbc:postgresql://postgres:5432/piped
hibernate.connection.driver_class:org.postgresql.Driver