21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-04-29 15:30:49 +02:00

Add delivery_method config for staging environment

This commit is contained in:
Jérémy Lecour 2018-06-12 22:36:18 +02:00
parent 548f9d5e60
commit 15bfba580a

View file

@ -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") %>