Changed the link to the bbb image to be an absolute url (#353)

This commit is contained in:
farhatahmad
2019-02-04 10:19:11 -05:00
committed by Jesus Federico
parent c73064a70a
commit ef23cae73d
4 changed files with 4 additions and 5 deletions

View File

@ -79,7 +79,7 @@ module Greenlight
config.banner_message = ENV['BANNER_MESSAGE']
# Configure custom branding image.
config.branding_image = ENV['BRANDING_IMAGE']
config.branding_image = ENV['BRANDING_IMAGE'] || "https://raw.githubusercontent.com/bigbluebutton/greenlight/master/app/assets/images/logo_with_text.png"
# Enable/disable recording thumbnails.
config.recording_thumbnails = (ENV['RECORDING_THUMBNAILS'] != "false")