aboutsummaryrefslogtreecommitdiffhomepage
path: root/support
diff options
context:
space:
mode:
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 2278b4e2e..1c732e2e0 100644
--- a/support/docker/production/config/custom-environment-variables.yaml
+++ b/support/docker/production/config/custom-environment-variables.yaml
@@ -38,6 +38,11 @@ smtp:
38 __format: "json" 38 __format: "json"
39 from_address: "PEERTUBE_SMTP_FROM" 39 from_address: "PEERTUBE_SMTP_FROM"
40 40
41user:
42 video_quota:
43 __name: "PEERTUBE_USER_VIDEO_QUOTA"
44 __format: "json"
45
41admin: 46admin:
42 email: "PEERTUBE_ADMIN_EMAIL" 47 email: "PEERTUBE_ADMIN_EMAIL"
43 48