Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Commits on Source (2)
(chore): New feature
· 98bbb55d
Emiliano Balbuena
authored
Dec 09, 2019
98bbb55d
Merge branch 'goal/top-algorithm-redux-2' into 'sandbox-wip'
· b4d72df7
Emiliano Balbuena
authored
Dec 09, 2019
(chore): New feature See merge request
!15
b4d72df7
Hide whitespace changes
Inline
Side-by-side
minds/templates/configMap.yaml
View file @
b4d72df7
...
...
@@ -616,6 +616,7 @@ data:
'pro' => {{ .Values.features.pro | default false }},
'post-scheduler' => {{ .Values.features.post_scheduler | default false }},
'webtorrent' => {{ .Values.features.webtorrent | default false }},
'top-feeds-by-age' => {{ .Values.features.top_feeds_by_age | default false }},
]);
$CONFIG->set('transcode', [
...
...
minds/values.yaml
View file @
b4d72df7
...
...
@@ -289,6 +289,7 @@ features:
pro
:
true
post_scheduler
:
true
webtorrent
:
false
top_feeds_by_age
:
true
# Bytes
max_video_file_size
:
'
4294967296'
...
...