add ability for custom branding images

This commit is contained in:
Joshua Arts
2018-07-11 15:33:35 -04:00
parent 20a2c570ba
commit f5ab362f96
3 changed files with 10 additions and 8 deletions

View File

@ -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