mirror of
https://github.com/knadh/listmonk.git
synced 2025-10-03 11:56:27 +08:00
Remove default dummy admin notification email settings.
This commit is contained in:
parent
9de19ea28c
commit
db81dc1dad
2 changed files with 2 additions and 2 deletions
|
@ -76,7 +76,7 @@ func V0_7_0(db *sqlx.DB, fs stuffbin.FileSystem, ko *koanf.Koanf, lo *log.Logger
|
|||
('app.message_rate', '10'),
|
||||
('app.batch_size', '1000'),
|
||||
('app.max_send_errors', '1000'),
|
||||
('app.notify_emails', '["admin1@mysite.com", "admin2@mysite.com"]'),
|
||||
('app.notify_emails', '[]'),
|
||||
('privacy.unsubscribe_header', 'true'),
|
||||
('privacy.allow_blocklist', 'true'),
|
||||
('privacy.allow_export', 'true'),
|
||||
|
|
|
@ -241,7 +241,7 @@ INSERT INTO settings (key, value) VALUES
|
|||
('app.enable_public_archive_rss_content', 'true'),
|
||||
('app.send_optin_confirmation', 'true'),
|
||||
('app.check_updates', 'true'),
|
||||
('app.notify_emails', '["admin1@mysite.com", "admin2@mysite.com"]'),
|
||||
('app.notify_emails', '[]'),
|
||||
('app.lang', '"en"'),
|
||||
('privacy.individual_tracking', 'false'),
|
||||
('privacy.unsubscribe_header', 'true'),
|
||||
|
|
Loading…
Add table
Reference in a new issue