mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
Implement RYD-Proxy API implementation. (#293)
This commit is contained in:
parent
b7a91036f9
commit
374d067a95
4 changed files with 51 additions and 0 deletions
|
@ -21,6 +21,10 @@ DISABLE_REGISTRATION:false
|
|||
FEED_RETENTION:30
|
||||
# Disable CPU expensive timers (for nodes with low CPU, at least one node should have this disabled)
|
||||
DISABLE_TIMERS:false
|
||||
# RYD Proxy URL (see https://github.com/TeamPiped/RYD-Proxy)
|
||||
RYD_PROXY_URL:https://ryd-proxy.kavin.rocks
|
||||
# Disable the usage of RYD
|
||||
DISABLE_RYD:false
|
||||
# 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