mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 19:42:24 +02:00
Server: add video preview
This commit is contained in:
parent
830bcd0f82
commit
6a94a109b4
6 changed files with 39 additions and 3 deletions
|
@ -30,7 +30,7 @@ function checkMissedConfig () {
|
|||
const required = [ 'listen.port',
|
||||
'webserver.https', 'webserver.hostname', 'webserver.port',
|
||||
'database.hostname', 'database.port', 'database.suffix',
|
||||
'storage.certs', 'storage.videos', 'storage.logs', 'storage.thumbnails'
|
||||
'storage.certs', 'storage.videos', 'storage.logs', 'storage.thumbnails', 'storage.previews'
|
||||
]
|
||||
const miss = []
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue