Skip to content

Commit 535b8cc

Browse files
committed
fix
1 parent 1c992db commit 535b8cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/environments/production.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# config.assets.css_compressor = :sass
2929

3030
# Do not fallback to assets pipeline if a precompiled asset is missed.
31-
# config.assets.compile = false
31+
config.assets.compile = false
3232

3333
# `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb
3434

@@ -45,7 +45,7 @@
4545
# config.action_cable.allowed_request_origins = [ 'http://example.com', /http:\/\/example.*/ ]
4646

4747
# Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
48-
config.force_ssl = true
48+
# config.force_ssl = true
4949

5050
# Use the lowest log level to ensure availability of diagnostic information
5151
# when problems arise.

0 commit comments

Comments
 (0)