Remove default dummy admin notification email settings.

This commit is contained in:
Kailash Nadh 2025-04-28 18:12:58 +05:30
parent 9de19ea28c
commit db81dc1dad
2 changed files with 2 additions and 2 deletions

View file

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

View file

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