Compare commits

..

No commits in common. "de87b6c46b36a43080a239f7ae9122829eb1c1c8" and "c42eb4e5760d9ce391a4a8693d2122999118d750" have entirely different histories.

View File

@ -79,8 +79,7 @@ Rails.application.configure do
port: File.read("/run/secrets/smtp_port").strip.to_i,
user_name: File.read("/run/secrets/smtp_user_name").strip,
password: File.read("/run/secrets/smtp_password").strip,
authentication: File.read("/run/secrets/smtp_authentication").strip.to_sym,
tls: true
authentication: File.read("/run/secrets/smtp_authentication").strip.to_sym
}
rescue Errno::ENOENT
{}