Skip to content

Commit

Permalink
set all_requests_local to false
Browse files Browse the repository at this point in the history
  • Loading branch information
Janell-Huyck committed Oct 3, 2023
1 parent 0f5cab1 commit 45345f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
config.eager_load = true

# Full error reports are disabled and caching is turned on.
config.consider_all_requests_local = true
config.consider_all_requests_local = false
config.action_controller.perform_caching = true

# Ensures that a master key has been made available in either ENV["RAILS_MASTER_KEY"]
Expand Down

0 comments on commit 45345f0

Please sign in to comment.