forked from External/greenlight
Added a env variable to toggle visibilty of the customize tab in user settings (#369)
This commit is contained in:
committed by
Jesus Federico
parent
c38032ac20
commit
9c23c88735
@ -81,6 +81,9 @@ module Greenlight
|
||||
# Configure custom branding image.
|
||||
config.branding_image = ENV['BRANDING_IMAGE'] || "https://raw.githubusercontent.com/bigbluebutton/greenlight/master/app/assets/images/logo_with_text.png"
|
||||
|
||||
# Show/Hide cutomization tab in user settings
|
||||
config.allow_custom_branding = (ENV['ALLOW_CUSTOM_BRANDING'] == "true")
|
||||
|
||||
# Enable/disable recording thumbnails.
|
||||
config.recording_thumbnails = (ENV['RECORDING_THUMBNAILS'] != "false")
|
||||
|
||||
|
Reference in New Issue
Block a user