Update schema.sql - change default bounce settings (#1669)

https://github.com/knadh/listmonk/issues/1668#issuecomment-1890768681
This commit is contained in:
MaximilianKohler 2024-01-23 20:49:13 -08:00 committed by GitHub
parent 67bc2ce0fc
commit 9e96649bda
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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', '""'),