Skip to content

Commit

Permalink
[fix] 本番環境のAPIを叩けないようにする
Browse files Browse the repository at this point in the history
  • Loading branch information
YushiroDodo63 committed Jun 25, 2023
1 parent 54d8a73 commit 880ee29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/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

# Ensures that a master key has been made available in either ENV["RAILS_MASTER_KEY"]
# or in config/master.key. This key is used to decrypt credentials (and other encrypted files).
Expand Down

0 comments on commit 880ee29

Please sign in to comment.