1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-12-28 06:33:41 +03:00

fix(core): Add missing env vars to task runner config (#11810)

This commit is contained in:
Tomi Turtiainen 2024-11-20 14:25:55 +02:00 committed by GitHub
parent 5fa72b0512
commit 870c576ed9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,6 +11,9 @@
"N8N_RUNNERS_N8N_URI",
"N8N_RUNNERS_MAX_PAYLOAD",
"N8N_RUNNERS_MAX_CONCURRENCY",
"N8N_RUNNERS_SERVER_ENABLED",
"N8N_RUNNERS_SERVER_HOST",
"N8N_RUNNERS_SERVER_PORT",
"NODE_FUNCTION_ALLOW_BUILTIN",
"NODE_FUNCTION_ALLOW_EXTERNAL",
"NODE_OPTIONS",