mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
Allow disabling server on a node.
This commit is contained in:
parent
4b96f46025
commit
c0f51c6fb6
3 changed files with 21 additions and 7 deletions
|
@ -25,6 +25,8 @@ DISABLE_TIMERS:false
|
|||
RYD_PROXY_URL:https://ryd-proxy.kavin.rocks
|
||||
# Disable the usage of RYD
|
||||
DISABLE_RYD:false
|
||||
# Disable API server (node just runs timers if enabled)
|
||||
DISABLE_SERVER: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