Update production example configuration
This commit is contained in:
parent
3482688cce
commit
62ccb24e24
|
@ -25,11 +25,16 @@ storage:
|
||||||
torrents: 'torrents/'
|
torrents: 'torrents/'
|
||||||
cache: 'cache/'
|
cache: 'cache/'
|
||||||
|
|
||||||
|
cache:
|
||||||
|
previews:
|
||||||
|
size: 1 # Max number of previews you want to cache
|
||||||
|
|
||||||
admin:
|
admin:
|
||||||
email: 'admin@example.com'
|
email: 'admin@example.com'
|
||||||
|
|
||||||
signup:
|
signup:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
limit: 10 # When the limit is reached, registrations are disabled. -1 == unlimited
|
||||||
|
|
||||||
# If enabled, the video will be transcoded to mp4 (x264) with "faststart" flag
|
# If enabled, the video will be transcoded to mp4 (x264) with "faststart" flag
|
||||||
# Uses a lot of CPU!
|
# Uses a lot of CPU!
|
||||||
|
|
Loading…
Reference in New Issue