Prevent development servers from trying to send an email

This commit is contained in:
Sebastian Serth
2019-02-06 13:51:33 +01:00
parent 1b72d9d01a
commit 903ae02bbe

View File

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