Merge pull request #253 from openHPI/dev/change_mail_delivery

Prevent development servers from trying to send an email
This commit is contained in:
MrSerth
2019-03-01 16:40:27 +01:00
committed by GitHub

View File

@ -7,6 +7,7 @@ development:
<<: *default <<: *default
default_url_options: default_url_options:
host: localhost host: localhost
delivery_method: :test
production: production:
<<: *default <<: *default