lego-monitoring/config.example.json
2025-06-14 15:18:58 +03:00

15 lines
258 B
JSON

{
"log_level": "INFO",
"enabled_check_sets": [
"start",
"stop",
"remind"
],
"telegram": {
"creds_secret_path": "/opt/lego-monitoring/tg-creds.txt",
"roomId": "0"
},
"checks": {
}
}