Files
email_alerts/config.json
T

24 lines
415 B
JSON
Raw Normal View History

2025-07-25 11:31:36 +01:00
{
"email_address": "projects@manaknightdigital.com",
"time_frames": [
{
"name": "1-24 hours",
"hours": 24,
"alert_level": 1
},
{
"name": "24-48 hours",
"hours": 48,
"alert_level": 2
},
{
"name": "48+ hours",
"hours": 72,
"alert_level": 3
}
],
"email_days_back": 7,
"agency_domains": [
"projects@manaknightdigital.com"
]
}