Skip to content

Commit

Permalink
Use empty logo_url as default
Browse files Browse the repository at this point in the history
  • Loading branch information
m3nu committed Feb 16, 2022
1 parent 5167436 commit 9ed0ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema.sql
Expand Up @@ -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'),
Expand Down

0 comments on commit 9ed0ae7

Please sign in to comment.