mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-09-14 23:32:57 -04:00
fix: remove trailing slash for REPORT_DASHBOARD_URL
This commit is contained in:
1 parent
63a9e55d4e
commit
a0bc318ff9
1 file changed
+2
-1
+2
-1
@@ -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
|
||||
|
||||
Reference in new issue
Block a user