(docker) add quota to the docker configuration values (#964)
This commit is contained in:
parent
2987c3d78b
commit
6bd9f2f11d
1 changed files with 5 additions and 0 deletions
|
@ -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 a new issue