diff options
Diffstat (limited to 'support')
-rw-r--r-- | support/docker/production/config/custom-environment-variables.yaml | 5 |
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 | ||
45 | log: | ||
46 | log_ping_requests: | ||
47 | __name: "PEERTUBE_LOG_PING_REQUESTS" | ||
48 | __format: "json" | ||
49 | |||
45 | user: | 50 | user: |
46 | video_quota: | 51 | video_quota: |
47 | __name: "PEERTUBE_USER_VIDEO_QUOTA" | 52 | __name: "PEERTUBE_USER_VIDEO_QUOTA" |