mirror of
https://github.com/knadh/listmonk.git
synced 2025-02-24 06:15:32 +08:00
Update schema.sql - change default bounce settings (#1669)
https://github.com/knadh/listmonk/issues/1668#issuecomment-1890768681
This commit is contained in:
parent
67bc2ce0fc
commit
9e96649bda
1 changed files with 1 additions and 1 deletions
|
@ -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', '""'),
|
||||
|
|
Loading…
Reference in a new issue