Allow disabling server on a node.

This commit is contained in:
Kavin 2022-07-19 13:50:42 +05:30
parent 4b96f46025
commit c0f51c6fb6
No known key found for this signature in database
GPG key ID: 49451E4482CC5BCD
3 changed files with 21 additions and 7 deletions

View file

@ -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