directors-assistant/appsettings.example.json

7 lines
151 B
JSON
Raw Permalink 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",
2021-07-23 06:40:56 -04:00
"bootstrap_servers": "localhost:9092",
"commands": [
2022-11-30 17:39:58 -05:00
{"name":"echo", "shell": "echo"}
]
2021-06-08 07:10:24 -04:00
}