From a0bc318ff94cb2ebab3ddab4c39a2185ef36caab Mon Sep 17 00:00:00 2001 From: Patrizio Bekerle Date: Wed, 15 Mar 2023 08:29:08 +0100 Subject: [PATCH] fix: remove trailing slash for REPORT_DASHBOARD_URL --- config/pialert.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/pialert.conf b/config/pialert.conf index 08c1766d..e033860b 100755 --- a/config/pialert.conf +++ b/config/pialert.conf @@ -23,7 +23,8 @@ PIALERT_WEB_PASSWORD='8d969eef6ecad3c29a3a629280e686cf0c3f5d5a86aff3ca12020c923a INCLUDED_SECTIONS=['internet','new_devices','down_devices','events'] SCAN_CYCLE_MINUTES=5 DAYS_TO_KEEP_EVENTS=90 -REPORT_DASHBOARD_URL='http://pi.alert/' +# Used for generating links in emails. Make sure not to add a trailing slash! +REPORT_DASHBOARD_URL='http://pi.alert' # Email