We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c992db commit 535b8ccCopy full SHA for 535b8cc
config/environments/production.rb
@@ -28,7 +28,7 @@
28
# config.assets.css_compressor = :sass
29
30
# Do not fallback to assets pipeline if a precompiled asset is missed.
31
- # config.assets.compile = false
+ config.assets.compile = false
32
33
# `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb
34
@@ -45,7 +45,7 @@
45
# config.action_cable.allowed_request_origins = [ 'http://example.com', /http:\/\/example.*/ ]
46
47
# Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
48
- config.force_ssl = true
+ # config.force_ssl = true
49
50
# Use the lowest log level to ensure availability of diagnostic information
51
# when problems arise.
0 commit comments