forked from External/greenlight
make help link configurable (#1161)
* make help link configurable * change default help url * use default help url in setups without env var Co-authored-by: Jesus Federico <jesus@123it.ca>
This commit is contained in:
@ -126,6 +126,7 @@ module Greenlight
|
||||
config.maintenance_mode = ENV["MAINTENANCE_MODE"] == "true"
|
||||
|
||||
config.report_issue_url = ENV["REPORT_ISSUE_URL"]
|
||||
config.help_url = ENV["HELP_URL"].presence || "https://docs.bigbluebutton.org/greenlight/gl-overview.html"
|
||||
|
||||
# DEFAULTS
|
||||
|
||||
|
Reference in New Issue
Block a user