Files
email_alerts/config.json
T
Iyeoluwa Akinrinola 70b2bcc89d Fix Zoho connection issues and add local testing capabilities
- Fixed 'days_back' parameter error in zoho_client.py
- Added robust settings validation in app.py to prevent int() errors
- Created LOCAL_TESTING.md with comprehensive testing guide
- Added run_local.sh for easy local server setup
- Added deploy_updates.sh for deployment instructions
- Added test_local_connection.py for automated testing
- Updated config.json with proper structure
- All fixes tested and working locally
2025-07-25 12:40:10 +01:00

28 lines
567 B
JSON

{
"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"
],
"zoho_email": "projects@manaknightdigital.com",
"zoho_app_password": "4o%!sbk$(3!>@#567!!",
"auto_process": false,
"auto_process_interval": 30
}