[bbb-greenlight: 18/39] ENABLE_SSL is now defaulted to true for new installations (#2121)




commit b89cbfad0328d688ee98559295f5529d59f0c591
Author: Ahmad Farhat <ahmad af farhat gmail com>
Date:   Wed Sep 23 10:25:44 2020 -0400

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

 sample.env | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/sample.env b/sample.env
index dd469e1..062a8c9 100644
--- a/sample.env
+++ b/sample.env
@@ -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
 #


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]