disable force_ssl as a test to fix Render startup failures

This commit is contained in:
Ryan W
2023-09-30 20:24:58 -07:00
parent bd54263c3e
commit 3ea65f07d6
+1 -1
View File
@@ -51,7 +51,7 @@ Rails.application.configure do
# config.assume_ssl = true # config.assume_ssl = true
# Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. # 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 # Log to STDOUT by default
config.logger = ActiveSupport::Logger.new(STDOUT) config.logger = ActiveSupport::Logger.new(STDOUT)