directors-assistant/appsettings.example.json
Adam R. Grey 4aa3162f06 puttiing this on hold because suddenly I hate kafka
I should have just said "cool thing, let me just ctrl+f /.Factory\b/, oh. [delete]"
2021-06-19 04:49:08 -04:00

14 lines
363 B
JSON

{
"name": "guy who didn't configure",
"bootstrap servers": "localhost:9092",
"handling group": "directors_assistant.foo",
"kafka location": "/usr/lib/librdkafka.so",
"topics": [
"silver_meddlists.global",
"silver_meddlists.directorial"
],
"commands": [
{"name":"echo", "shell": "echo"}
],
"checks": []
}