support ignoring pings
continuous-integration/drone/push Build is failing Details

See https://github.com/Chocobozzz/PeerTube/pull/3550
This commit is contained in:
decentral1se 2022-08-17 11:12:47 +02:00
parent 488b58f955
commit 0fe43fc444
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
2 changed files with 4 additions and 0 deletions

View File

@ -45,3 +45,6 @@ SECRET_DB_PASSWORD_VERSION=v1
## Live chat settings
#PEERTUBE_LIVE_CHAT_ENABLED=1
## Healthcheck settings
PEERTUBE_LOG_PING_REQUESTS=false

View File

@ -49,6 +49,7 @@ services:
- PEERTUBE_DB_PORT=5432
- PEERTUBE_DB_USERNAME=peertube
- PEERTUBE_LIVE_CHAT_ENABLED
- PEERTUBE_LOG_PING_REQUESTS
- PEERTUBE_REDIS_HOSTNAME=cache
- PEERTUBE_SIGNUP_ENABLED
- PEERTUBE_SMTP_ENABLED