fix: remove trailing slash for REPORT_DASHBOARD_URL
This commit is contained in:
@@ -23,7 +23,8 @@ PIALERT_WEB_PASSWORD='8d969eef6ecad3c29a3a629280e686cf0c3f5d5a86aff3ca12020c923a
|
|||||||
INCLUDED_SECTIONS=['internet','new_devices','down_devices','events']
|
INCLUDED_SECTIONS=['internet','new_devices','down_devices','events']
|
||||||
SCAN_CYCLE_MINUTES=5
|
SCAN_CYCLE_MINUTES=5
|
||||||
DAYS_TO_KEEP_EVENTS=90
|
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
|
# Email
|
||||||
|
|||||||
Reference in New Issue
Block a user