Skip to content

Commit

Permalink
refactor: Rename env var in allowed env
Browse files Browse the repository at this point in the history
`N8N_RUNNERS_N8N_URI` to `N8N_TASK_BROKER_URI`.

Related to PR n8n-io/n8n#12017
  • Loading branch information
tomi committed Dec 3, 2024
1 parent 0ea9ed4 commit e70caeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This launcher is intended for deployment as a sidecar container alongside one or
"allowed-env": [
"PATH",
"N8N_RUNNERS_GRANT_TOKEN",
"N8N_RUNNERS_N8N_URI",
"N8N_TASK_BROKER_URI",
"N8N_RUNNERS_MAX_PAYLOAD",
"N8N_RUNNERS_MAX_CONCURRENCY",
"NODE_FUNCTION_ALLOW_BUILTIN",
Expand Down

0 comments on commit e70caeb

Please sign in to comment.