forked from External/greenlight
add option to disable recording thumbnails
This commit is contained in:
@ -76,5 +76,8 @@ module Greenlight
|
||||
|
||||
# Configure custom branding image.
|
||||
config.branding_image = ENV['BRANDING_IMAGE']
|
||||
|
||||
# Enable/disable recording thumbnails.
|
||||
config.recording_thumbnails = (ENV['RECORDING_THUMBNAILS'] != "false")
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user