intake/tests/demo_logging/intake.json

9 lines
105 B
JSON
Raw Normal View History

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