Fix documentation for file-based configurarion on the runner image (#4188)

Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
This commit is contained in:
Mark Monteiro
2026-03-14 06:00:51 -04:00
committed by GitHub
parent 5e30919aa1
commit 23ebec6c46

View File

@@ -11,7 +11,9 @@ hide:
# Task runner environment variables
--8<-- "_snippets/self-hosting/file-based-configuration.md"
/// note | File-based configuration
Unlike the main n8n image, you CANNOT use file-based configuration for secrets in the task runner image. This means that variables with a `_FILE` suffix added will not be recognized.
///
[Task runners](/hosting/configuration/task-runners.md) execute code defined by the [Code node](/integrations/builtin/core-nodes/n8n-nodes-base.code/index.md).