core/examples/main.hmdl.json
Christian Fraß 20f2d93bfa [int]
2023-08-31 16:00:36 +02: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"
]
}