mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 19:42:24 +02:00
Server: Uploads -> Videos
This commit is contained in:
parent
80a6c9e76f
commit
b3d9251015
13 changed files with 24 additions and 17 deletions
|
@ -17,7 +17,7 @@ function checkConfig () {
|
|||
const required = [ 'listen.port',
|
||||
'webserver.https', 'webserver.host', 'webserver.port',
|
||||
'database.host', 'database.port', 'database.suffix',
|
||||
'storage.certs', 'storage.uploads', 'storage.logs', 'storage.thumbnails'
|
||||
'storage.certs', 'storage.videos', 'storage.logs', 'storage.thumbnails'
|
||||
]
|
||||
const miss = []
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue