add ability to configure banner message

This commit is contained in:
Josh
2018-06-13 09:55:34 -04:00
parent 8390e075e1
commit bc9c2c1232
3 changed files with 16 additions and 19 deletions

View File

@ -43,5 +43,8 @@ module Greenlight20
# Determine if GreenLight should allow non-omniauth signup/login.
config.allow_user_signup = (ENV['ALLOW_GREENLIGHT_ACCOUNTS'] == "true")
# Configure custom banner message.
config.banner_message = ENV['BANNER_MESSAGE']
end
end