diff options
| author | Charlie Root <root@web.ccc.local> | 2025-01-28 22:47:15 +0100 |
|---|---|---|
| committer | Charlie Root <root@web.ccc.local> | 2025-01-28 22:47:15 +0100 |
| commit | c4296b59a7f9d667d295f9c37b71f7849b818fb3 (patch) | |
| tree | ccbace3a183c075991a0dfeb1dd9e6f25e901cf3 /config/environments | |
| parent | dfbaadf0210b02a8bb54380c2c50302413dcf6d6 (diff) | |
Big overhaul patch and style changes
Diffstat (limited to 'config/environments')
| -rw-r--r-- | config/environments/production.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/environments/production.rb b/config/environments/production.rb index 68ceccd..3195745 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb | |||
| @@ -32,4 +32,5 @@ ActionMailer::Base.sendmail_settings = { | |||
| 32 | :arguments => '-i -t' | 32 | :arguments => '-i -t' |
| 33 | } | 33 | } |
| 34 | ActionMailer::Base.perform_deliveries = true | 34 | ActionMailer::Base.perform_deliveries = true |
| 35 | ActionMailer::Base.raise_delivery_errors = true \ No newline at end of file | 35 | ActionMailer::Base.raise_delivery_errors = true |
| 36 | |||
