Merge pull request from m3nu/issue/705/empty-logo-url

Use empty logo_url as default
This commit is contained in:
Kailash Nadh 2022-02-16 19:53:06 +05:30 committed by GitHub
commit 6e45b0be90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -175,7 +175,7 @@ INSERT INTO settings (key, value) VALUES
('app.root_url', '"http://localhost:9000"'),
('app.favicon_url', '""'),
('app.from_email', '"listmonk <noreply@listmonk.yoursite.com>"'),
('app.logo_url', '"http://localhost:9000/public/static/logo.png"'),
('app.logo_url', '""'),
('app.concurrency', '10'),
('app.message_rate', '10'),
('app.batch_size', '1000'),