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)
Added in webtorrent feat flags
· 19e0a570
Ben
authored
Nov 22, 2019
19e0a570
Merge branch 'sandbox-wip-webtorrent-feat-flag' into 'sandbox-wip'
· aeb4542c
Ben
authored
Nov 22, 2019
Added in webtorrent feat flags See merge request
!14
aeb4542c
Hide whitespace changes
Inline
Side-by-side
minds/templates/configMap.yaml
View file @
aeb4542c
...
...
@@ -615,6 +615,7 @@ data:
'dark-mode' => {{ .Values.features.dark_mode | default false }},
'pro' => {{ .Values.features.pro | default false }},
'post-scheduler' => {{ .Values.features.post_scheduler | default false }},
'webtorrent' => {{ .Values.features.webtorrent | default false }},
]);
$CONFIG->set('transcode', [
...
...
minds/values.yaml
View file @
aeb4542c
...
...
@@ -288,6 +288,7 @@ features:
dark_mode
:
true
pro
:
true
post_scheduler
:
true
webtorrent
:
false
# Bytes
max_video_file_size
:
'
4294967296'
...
...