disable force_ssl as a test to fix Render startup failures

This commit is contained in:
Ryan W
2023-09-30 19:21:50 -07:00
parent f2d6f7291f
commit 92430dab93
+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 = true
config.force_ssl = false
# Log to STDOUT by default
config.logger = ActiveSupport::Logger.new(STDOUT)