forked from External/greenlight
GRN2-243: Added a report issue button to the 500 error page (#796)
* Added a report issue button to the 500 error page * Removed unused code * Removed unused quotes
This commit is contained in:
committed by
farhatahmad
parent
7c6ad6d903
commit
e13e762349
@ -162,6 +162,12 @@ MAINTENANCE_MODE=false
|
||||
# Ex: MAINTENANCE_WINDOW=Friday August 18 6pm-10pm EST
|
||||
MAINTENANCE_WINDOW=
|
||||
|
||||
# The link to the Report an Issue button that appears on the 500 page and in the Account Dropdown
|
||||
#
|
||||
# Defaults to the Github Issues Page for Greenlight
|
||||
# Button can be disabled by setting the value to blank
|
||||
REPORT_ISSUE_URL=https://github.com/bigbluebutton/greenlight/issues/new
|
||||
|
||||
# Comment this out to send logs to STDOUT in production instead of log/production.log .
|
||||
#
|
||||
# RAILS_LOG_TO_STDOUT=true
|
||||
|
Reference in New Issue
Block a user