Hide the accommodation information

This commit is contained in:
2024-11-23 19:24:32 -05:00
parent 5d1b1545d7
commit 18f9984ce0
2 changed files with 8 additions and 8 deletions

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
# Skip http-to-https redirect for the default health check endpoint.
# config.ssl_options = { redirect: { exclude: ->(request) { request.path == "/up" } } }