Skip to content

Commit db81dc1

Browse files
committed
Remove default dummy admin notification email settings.
1 parent 9de19ea commit db81dc1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

internal/migrations/v0.7.0.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ func V0_7_0(db *sqlx.DB, fs stuffbin.FileSystem, ko *koanf.Koanf, lo *log.Logger
7676
('app.message_rate', '10'),
7777
('app.batch_size', '1000'),
7878
('app.max_send_errors', '1000'),
79-
('app.notify_emails', '["admin1@mysite.com", "admin2@mysite.com"]'),
79+
('app.notify_emails', '[]'),
8080
('privacy.unsubscribe_header', 'true'),
8181
('privacy.allow_blocklist', 'true'),
8282
('privacy.allow_export', 'true'),

schema.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ INSERT INTO settings (key, value) VALUES
241241
('app.enable_public_archive_rss_content', 'true'),
242242
('app.send_optin_confirmation', 'true'),
243243
('app.check_updates', 'true'),
244-
('app.notify_emails', '["admin1@mysite.com", "admin2@mysite.com"]'),
244+
('app.notify_emails', '[]'),
245245
('app.lang', '"en"'),
246246
('privacy.individual_tracking', 'false'),
247247
('privacy.unsubscribe_header', 'true'),

0 commit comments

Comments
 (0)