Dont force SSL

This commit is contained in:
Ari Timonen 2020-04-11 17:26:02 +03:00
parent a0c701bcb9
commit d487f5e70b

View file

@ -25,7 +25,7 @@ Rails.application.configure do
config.assets.digest = 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
# See everything in the log (default is :info)
config.log_level = :info