19 lines
399 B
JSON
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
|
|
}
|
|
}
|