aboutsummaryrefslogtreecommitdiffhomepage
path: root/support
diff options
context:
space:
mode:
authorJohan Fleury <jfleury@arcaik.net>2021-01-07 16:52:37 -0500
committerChocobozzz <chocobozzz@cpy.re>2021-01-13 09:14:43 +0100
commit12c1e38df2fde0efbf948fa80e2afc4e67f0e8c9 (patch)
tree004d31846c078f6e13622fbf2bf0b28bd0db47ea /support
parentb7085c713220c9c5a96c9bb77330c2ba6ae9274e (diff)
downloadPeerTube-12c1e38df2fde0efbf948fa80e2afc4e67f0e8c9.tar.gz
PeerTube-12c1e38df2fde0efbf948fa80e2afc4e67f0e8c9.tar.zst
PeerTube-12c1e38df2fde0efbf948fa80e2afc4e67f0e8c9.zip
feat: allow administrator to disable logging of ping requests
Diffstat (limited to 'support')
-rw-r--r--support/docker/production/config/custom-environment-variables.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/support/docker/production/config/custom-environment-variables.yaml b/support/docker/production/config/custom-environment-variables.yaml
index 954c3714b..63459d8a0 100644
--- a/support/docker/production/config/custom-environment-variables.yaml
+++ b/support/docker/production/config/custom-environment-variables.yaml
@@ -42,6 +42,11 @@ smtp:
42 __format: "json" 42 __format: "json"
43 from_address: "PEERTUBE_SMTP_FROM" 43 from_address: "PEERTUBE_SMTP_FROM"
44 44
45log:
46 log_ping_requests:
47 __name: "PEERTUBE_LOG_PING_REQUESTS"
48 __format: "json"
49
45user: 50user:
46 video_quota: 51 video_quota:
47 __name: "PEERTUBE_USER_VIDEO_QUOTA" 52 __name: "PEERTUBE_USER_VIDEO_QUOTA"