directors-assistant/appsettings.example.json

7 lines
191 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",
2021-07-23 06:40:56 -04:00
"bootstrap_servers": "localhost:9092",
"commands": [
2021-12-17 06:52:47 -05:00
{"name":"echo", "shell": "echo", "args": ["i'm an array", "of strings"]}
]
2021-06-08 07:10:24 -04:00
}