directors-assistant/appsettings.example.json
2021-07-23 04:18:21 -04:00

10 lines
218 B
JSON

{
"name": "guy who didn't configure",
"bootstrap servers": "localhost:9092",
"commands": [
{"name":"echo", "shell": "echo"}
],
"checks": [
{"name": "echo", "shell": "echo 1"}
]
}