diff --git a/n8n-task-runners.json b/n8n-task-runners.json index 50db3fa..ef71ff3 100644 --- a/n8n-task-runners.json +++ b/n8n-task-runners.json @@ -1,21 +1,3 @@ -{ - "task-runners": [ - { - "runner-type": "javascript", - "health-check-server-port": "5681", - "env-overrides": { - "NODE_FUNCTION_ALLOW_BUILTIN": "crypto", - "NODE_FUNCTION_ALLOW_EXTERNAL": "moment,uuid" - } - }, - { - "runner-type": "python", - "health-check-server-port": "5682", - } - ] -} - - { "task-runners": [ {