diff options
Diffstat (limited to 'test/dummy/config/environments')
-rw-r--r-- | test/dummy/config/environments/production.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/dummy/config/environments/production.rb b/test/dummy/config/environments/production.rb index 2aaa79f620..1731582220 100644 --- a/test/dummy/config/environments/production.rb +++ b/test/dummy/config/environments/production.rb @@ -1,4 +1,7 @@ Rails.application.configure do + # Prepare the ingress controller used to receive mail + # config.action_mailbox.ingress = :amazon + # Verifies that versions and hashed value of the package contents in the project's package.json config.webpacker.check_yarn_integrity = false # Settings specified here will take precedence over those in config/application.rb. |