Revert "disable force_ssl as a test to fix Render startup failures"

This reverts commit 92430dab93.
This commit is contained in:
Ryan W
2023-09-30 19:35:08 -07:00
parent 92430dab93
commit acbb42426f
+1 -1
View File
@@ -51,7 +51,7 @@ Rails.application.configure do
# config.assume_ssl = true
# Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
config.force_ssl = false
config.force_ssl = true
# Log to STDOUT by default
config.logger = ActiveSupport::Logger.new(STDOUT)