Skip to content

Commit

Permalink
settings
Browse files Browse the repository at this point in the history
  • Loading branch information
scarroll32 committed Feb 21, 2017
1 parent 2a6c7ff commit f79cb39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

config.cache_classes = true
config.eager_load = true
config.consider_all_requests_local = false
config.action_controller.perform_caching = true
config.consider_all_requests_local = true
config.action_controller.perform_caching = false
config.serve_static_files = true
config.assets.js_compressor = :uglifier
config.assets.css_compressor = :sass
config.assets.compile = true
config.assets.compile = false
config.assets.digest = true
config.force_ssl = true
config.log_level = :info
Expand Down

0 comments on commit f79cb39

Please sign in to comment.