diff --git a/config/environments/production.rb b/config/environments/production.rb index 37f08f2..c94e5df 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -81,9 +81,8 @@ Rails.application.configure do password: File.read("/run/secrets/smtp_password").strip, authentication: File.read("/run/secrets/smtp_authentication").strip.to_sym } - rescue Errno::ENOENT - {} - end + rescue Errno::ENOENT + {} end