From f8a204408f81f7331982fc410c775518c567d3a6 Mon Sep 17 00:00:00 2001 From: Kailash Nadh Date: Sun, 1 Dec 2019 17:40:26 +0530 Subject: [PATCH] Add default values to sample config URLs --- config.toml.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml.sample b/config.toml.sample index 535edd9..93545f0 100644 --- a/config.toml.sample +++ b/config.toml.sample @@ -9,12 +9,12 @@ root = "https://listmonk.mysite.com" # (Optional) full URL to the static logo to be displayed on # user facing view such as the unsubscription page. # eg: https://mysite.com/images/logo.svg -logo_url = "" +logo_url = "https://listmonk.mysite.com/public/static/logo.png" # (Optional) full URL to the static favicon to be displayed on # user facing view such as the unsubscription page. # eg: https://mysite.com/images/favicon.png -favicon_url = "" +favicon_url = "https://listmonk.mysite.com/public/static/favicon.png" # The default 'from' e-mail for outgoing e-mail campaigns. from_email = "listmonk "