Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Framasoft
PeerTube
PeerTube
Commits
7cbbf79f
Verified
Commit
7cbbf79f
authored
Apr 10, 2020
by
Chocobozzz
Browse files
Check config resolutions keys
parent
ab3ead3a
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/initializers/checker-before-init.ts
View file @
7cbbf79f
...
...
@@ -22,6 +22,8 @@ function checkMissedConfig () {
'
signup.filters.cidr.whitelist
'
,
'
signup.filters.cidr.blacklist
'
,
'
redundancy.videos.strategies
'
,
'
redundancy.videos.check_interval
'
,
'
transcoding.enabled
'
,
'
transcoding.threads
'
,
'
transcoding.allow_additional_extensions
'
,
'
transcoding.hls.enabled
'
,
'
transcoding.resolutions.0p
'
,
'
transcoding.resolutions.240p
'
,
'
transcoding.resolutions.360p
'
,
'
transcoding.resolutions.480p
'
,
'
transcoding.resolutions.720p
'
,
'
transcoding.resolutions.1080p
'
,
'
transcoding.resolutions.2160p
'
,
'
import.videos.http.enabled
'
,
'
import.videos.torrent.enabled
'
,
'
auto_blacklist.videos.of_users.enabled
'
,
'
trending.videos.interval_days
'
,
'
instance.name
'
,
'
instance.short_description
'
,
'
instance.description
'
,
'
instance.terms
'
,
'
instance.default_client_route
'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment