directors-assistant/appsettings.example.json
2021-12-17 06:52:47 -05:00

7 lines
191 B
JSON

{
"name": "guy who didn't configure",
"bootstrap_servers": "localhost:9092",
"commands": [
{"name":"echo", "shell": "echo", "args": ["i'm an array", "of strings"]}
]
}