aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/docker/production/config
diff options
context:
space:
mode:
Diffstat (limited to 'support/docker/production/config')
-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"