Skip to content

Commit

Permalink
Merge pull request #710 from m3nu/issue/705/empty-logo-url
Browse files Browse the repository at this point in the history
Use empty logo_url as default
  • Loading branch information
knadh committed Feb 16, 2022
2 parents 6323737 + 9ed0ae7 commit 6e45b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema.sql
Original file line number Diff line number Diff line change
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 <[email protected]>"'),
('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 6e45b0b

Please sign in to comment.