core/examples/main.hmdl.json
2023-03-22 14:22:54 +01:00

21 lines
277 B
JSON

{
"defaults": {
"schedule": {
"regular_interval": 10,
"attentive_interval": 1,
"reminding_interval": 20
},
"threshold": 1,
"notifications": [
{
"kind": "console",
"parameters": {
}
}
]
},
"includes": [
"tls_certificate.hmdl.json"
]
}