Disable SSL in production
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
Andrew Tomaka 2023-10-31 21:28:48 -04:00
parent 2ed50e0c9f
commit a58c16668c
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE

View file

@ -49,7 +49,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)