Merge pull request #710 from m3nu/issue/705/empty-logo-url
Use empty logo_url as default
This commit is contained in:
commit
6e45b0be90
1 changed files with 1 additions and 1 deletions
|
@ -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'),
|
||||
|
|
Loading…
Add table
Reference in a new issue