directors-assistant/appsettings.example.json

10 lines
218 B
JSON
Raw Normal View History

2021-06-08 07:10:24 -04:00
{
2021-06-09 07:51:25 -04:00
"name": "guy who didn't configure",
"bootstrap servers": "localhost:9092",
"commands": [
{"name":"echo", "shell": "echo"}
],
"checks": [
{"name": "echo", "shell": "echo 1"}
]
2021-06-08 07:10:24 -04:00
}