diff --git a/config/application.rb b/config/application.rb
index 27fb26e0..3216ccd4 100644
--- a/config/application.rb
+++ b/config/application.rb
@@ -50,5 +50,8 @@ module Greenlight
# Configure custom banner message.
config.banner_message = ENV['BANNER_MESSAGE']
+
+ # Configure custom branding image.
+ config.branding_image = ENV['BRANDING_IMAGE']
end
end
diff --git a/sample.env b/sample.env
index 864b5d0c..545f9f73 100644
--- a/sample.env
+++ b/sample.env
@@ -53,3 +53,7 @@ ALLOW_GREENLIGHT_ACCOUNTS=true
# The recommended prefix is "/b".
#
RELATIVE_URL_ROOT=/b
+
+# A URL to the image you want to appear in the top right corner of Greenlight.
+# By default, this is the BigBlueButton logo.
+BRANDING_IMAGE=