ENABLE_SSL is now defaulted to true for new installations (#2121)

This commit is contained in:
Ahmad Farhat 2020-09-23 10:25:44 -04:00 committed by GitHub
parent 5a38ae488e
commit b89cbfad03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -201,6 +201,10 @@ MAINTENANCE_WINDOW=
# Button can be disabled by setting the value to blank
HELP_URL=https://docs.bigbluebutton.org/greenlight/gl-overview.html
# Force a redirect to HTTPS and make cookies secure.
# WARNING: Only set this to false for a development environment.
ENABLE_SSL=true
# Comment this out to send logs to STDOUT in production instead of log/production.log .
#
# RAILS_LOG_TO_STDOUT=true
@ -230,10 +234,6 @@ HELP_URL=https://docs.bigbluebutton.org/greenlight/gl-overview.html
# RAILS_LOG_REMOTE_NAME=logxx.papertrailapp.com
# RAILS_LOG_REMOTE_PORT=9999
# RAILS_LOG_REMOTE_TAG=greenlight
#
# Force SSL
#
# ENABLE_SSL=true
# Database settings
#