Files
python_scripts/python_website_monitor/config.json
2025-10-01 17:51:12 +02:00

19 lines
399 B
JSON

{
"website": {
"url": "http://petrovv.com",
"check_interval_seconds": 600,
"timeout_seconds": 5
},
"email": {
"smtp_server": "mail.petrovv.com",
"smtp_port": 465,
"from_email": "monitor@petrovv.com",
"to_email": "nikola@petrovv.com",
"credentials_file": "credentials.txt"
},
"database": {
"path": "website_status.db",
"log_retention_days": 10
}
}