forked from External/greenlight
add ability to configure banner message
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user