From 9ed0ae747b58893292edb80b2fe5b4fd0e0932a0 Mon Sep 17 00:00:00 2001 From: Manu Date: Wed, 16 Feb 2022 12:09:38 +0400 Subject: [PATCH] Use empty logo_url as default --- schema.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema.sql b/schema.sql index c4a54900e..9678d0f18 100644 --- a/schema.sql +++ b/schema.sql @@ -175,7 +175,7 @@ INSERT INTO settings (key, value) VALUES ('app.root_url', '"http://localhost:9000"'), ('app.favicon_url', '""'), ('app.from_email', '"listmonk "'), - ('app.logo_url', '"http://localhost:9000/public/static/logo.png"'), + ('app.logo_url', '""'), ('app.concurrency', '10'), ('app.message_rate', '10'), ('app.batch_size', '1000'),