intake/tests/demo_logging/intake.json

13 lines
142 B
JSON
Raw Normal View History

{
"action": {
"fetch": {
2023-06-02 23:57:03 +00:00
"args": [
2024-11-07 02:39:44 +00:00
"python3",
2023-06-02 23:57:03 +00:00
"update.py"
]
}
},
"env": {
"HELLO": "WORLD"
}
}