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:
Klaus
2020-04-16 16:56:34 +02:00
committed by GitHub
parent a06da481db
commit 21cb768fc4
3 changed files with 12 additions and 3 deletions

View File

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