about summary refs log tree commit diff stats
path: root/config/environments/development.rb
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2023-10-12 21:51:02 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2023-10-12 21:51:02 -0400
commit9ad3bca2ea475b709c8311ab25194e4578c1a0d9 (patch)
treeb60fa4048784bb36853d461fc6df14579a241534 /config/environments/development.rb
parent2022e18daab968ad49af9b3e59969ef1ed110436 (diff)
downloadthoughts-9ad3bca2ea475b709c8311ab25194e4578c1a0d9.tar.gz
thoughts-9ad3bca2ea475b709c8311ab25194e4578c1a0d9.tar.bz2
thoughts-9ad3bca2ea475b709c8311ab25194e4578c1a0d9.zip
Webmaster gets an email when a comment is posted
Diffstat (limited to 'config/environments/development.rb')
-rw-r--r--config/environments/development.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/environments/development.rb b/config/environments/development.rb index 8500f45..e683ebb 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb
@@ -37,6 +37,7 @@ Rails.application.configure do
37 config.active_storage.service = :local 37 config.active_storage.service = :local
38 38
39 # Don't care if the mailer can't send. 39 # Don't care if the mailer can't send.
40 config.action_mailer.default_url_options = { host: 'localhost:3000' }
40 config.action_mailer.raise_delivery_errors = false 41 config.action_mailer.raise_delivery_errors = false
41 42
42 config.action_mailer.perform_caching = false 43 config.action_mailer.perform_caching = false