directors-assistant/appsettings.example.json

14 lines
363 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",
"handling group": "directors_assistant.foo",
2021-06-09 07:51:25 -04:00
"kafka location": "/usr/lib/librdkafka.so",
"topics": [
"silver_meddlists.global",
"silver_meddlists.directorial"
],
"commands": [
{"name":"echo", "shell": "echo"}
],
"checks": []
2021-06-08 07:10:24 -04:00
}