From 15bfba580a2a0866c831a8323f1086f0357e542f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Lecour?= Date: Tue, 12 Jun 2018 22:36:18 +0200 Subject: [PATCH] Add delivery_method config for staging environment --- config/chexpire.example.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/chexpire.example.yml b/config/chexpire.example.yml index ceefa0f..ffb7daa 100644 --- a/config/chexpire.example.yml +++ b/config/chexpire.example.yml @@ -16,5 +16,9 @@ production: action_mailer_config: delivery_method: :sendmail +staging: + action_mailer_config: + delivery_method: :sendmail + # test configuration included in file used by CI services <%= IO.read Rails.root.join("config", "chexpire.test.yml") %>