intake/tests/demo_logging/intake.json

11 lines
131 B
JSON
Raw Normal View History

{
"action": {
"fetch": {
"exe": "python3",
"args": ["update.py"]
}
},
"env": {
"HELLO": "WORLD"
}
}