Files
n8n-runner-custom/n8n-task-runners.json
2025-12-24 20:15:31 +00:00

12 lines
255 B
JSON

{
"task-runners": [
{
"runner-type": "python",
"env-overrides": {
"PYTHONPATH": "/opt/runners/task-runner-python",
"N8N_RUNNERS_STDLIB_ALLOW": "json",
"N8N_RUNNERS_EXTERNAL_ALLOW": "fantraxapi"
}
}
]
}