From e07f573f6494869b92c10c2bbf44e9cf0561391f Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Sat, 4 Dec 2021 14:47:46 +0100 Subject: [PATCH] Re #269 - Fix env var comment name --- changedetectionio/templates/settings.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changedetectionio/templates/settings.html b/changedetectionio/templates/settings.html index 856f9539..c4910f40 100644 --- a/changedetectionio/templates/settings.html +++ b/changedetectionio/templates/settings.html @@ -36,7 +36,7 @@ {{ render_field(form.base_url, placeholder="http://yoursite.com:5000/", class="m-d") }} - Base URL used for the {base_url} token in notifications, default value is the ENV var 'base_url', + Base URL used for the {base_url} token in notifications, default value is the ENV var 'BASE_URL', read more here.