Skip to content

Commit

Permalink
Update schema.sql - change default bounce settings (#1669)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximilianKohler committed Jan 24, 2024
1 parent 67bc2ce commit 9e96649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ INSERT INTO settings (key, value) VALUES
('messengers', '[]'),
('bounce.enabled', 'false'),
('bounce.webhooks_enabled', 'false'),
('bounce.actions', '{"soft": {"count": 2, "action": "none"}, "hard": {"count": 2, "action": "blocklist"}, "complaint" : {"count": 2, "action": "delete"}}'),
('bounce.actions', '{"soft": {"count": 2, "action": "none"}, "hard": {"count": 1, "action": "blocklist"}, "complaint" : {"count": 1, "action": "blocklist"}}'),
('bounce.ses_enabled', 'false'),
('bounce.sendgrid_enabled', 'false'),
('bounce.sendgrid_key', '""'),
Expand Down

0 comments on commit 9e96649

Please sign in to comment.