diff options
author | kaiyou <pierre@jaury.eu> | 2018-08-26 11:16:16 +0200 |
---|---|---|
committer | Rigel Kent <par@rigelk.eu> | 2018-08-26 11:16:16 +0200 |
commit | 6bd9f2f11da2ea998a3c4c533a8dd5c6a70eaf02 (patch) | |
tree | 8efc88a6c5e144bd452501c474ae87f685f474e8 /support | |
parent | 2987c3d78bcc7e81a77d040b3121182eec8df15d (diff) | |
download | PeerTube-6bd9f2f11da2ea998a3c4c533a8dd5c6a70eaf02.tar.gz PeerTube-6bd9f2f11da2ea998a3c4c533a8dd5c6a70eaf02.tar.zst PeerTube-6bd9f2f11da2ea998a3c4c533a8dd5c6a70eaf02.zip |
(docker) add quota to the docker configuration values (#964)
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 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 | ||
41 | user: | ||
42 | video_quota: | ||
43 | __name: "PEERTUBE_USER_VIDEO_QUOTA" | ||
44 | __format: "json" | ||
45 | |||
41 | admin: | 46 | admin: |
42 | email: "PEERTUBE_ADMIN_EMAIL" | 47 | email: "PEERTUBE_ADMIN_EMAIL" |
43 | 48 | ||