Add other option

This commit is contained in:
Dryusdan 2017-11-03 12:41:05 +00:00
parent 8d071852ab
commit aa70e9e077
1 changed files with 11 additions and 0 deletions

View File

@ -23,16 +23,27 @@ storage:
previews: 'previews/'
thumbnails: 'thumbnails/'
torrents: 'torrents/'
cache:
previews:
size: <cache_size>
admin:
email: '<admin_email>'
signup:
enabled: <signup_enabled>
limit: <signup_limit> # When the limit is reached, registrations are disabled. -1 == unlimited
# If enabled, the video will be transcoded to mp4 (x264) with "faststart" flag
# Uses a lot of CPU!
transcoding:
enabled: <transcoding_enable>
threads: <transcoding_threads>
resolutions: # Only created if the original video has a higher resolution
240p: <resolution_280>
360p: <resolution_360>
480p: <resolution_480>
720p: <resolution_720>
1080p: <resolution_1080>