intake/tests/demo_logging/intake.json

13 lines
147 B
JSON

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