mirror of https://github.com/Chocobozzz/PeerTube
(docker) add quota to the docker configuration values (#964)
parent
2987c3d78b
commit
6bd9f2f11d
|
@ -38,6 +38,11 @@ smtp:
|
||||||
__format: "json"
|
__format: "json"
|
||||||
from_address: "PEERTUBE_SMTP_FROM"
|
from_address: "PEERTUBE_SMTP_FROM"
|
||||||
|
|
||||||
|
user:
|
||||||
|
video_quota:
|
||||||
|
__name: "PEERTUBE_USER_VIDEO_QUOTA"
|
||||||
|
__format: "json"
|
||||||
|
|
||||||
admin:
|
admin:
|
||||||
email: "PEERTUBE_ADMIN_EMAIL"
|
email: "PEERTUBE_ADMIN_EMAIL"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue