14 lines
379 B
JSON
14 lines
379 B
JSON
{
|
|
"task-runners": [
|
|
{
|
|
"runner-type": "python",
|
|
"env-overrides": {
|
|
"PYTHONPATH": "/opt/runners/task-runner-python",
|
|
"N8N_RUNNERS_STDLIB_ALLOW": "json", // <-- allowlist Python standard library packages here
|
|
"N8N_RUNNERS_EXTERNAL_ALLOW": "fantraxapi" // <-- allowlist third-party Python packages here
|
|
}
|
|
}
|
|
]
|
|
}
|
|
|