From ae5220efd248cc209e82e6fbb5c8a304363cfb4c Mon Sep 17 00:00:00 2001 From: Trey Bastian Date: Sun, 26 Jul 2026 13:07:06 +0100 Subject: [PATCH] docs: fix nixery env var name Signed-off-by: Trey Bastian fixed reversing the env var names Signed-off-by: Trey Bastian --- docs/DOCS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/DOCS.md b/docs/DOCS.md index abccdbbe..f7154044 100644 --- a/docs/DOCS.md +++ b/docs/DOCS.md @@ -1456,8 +1456,8 @@ Spindle is configured using environment variables. The following environment var - `SPINDLE_SERVER_OWNER`: The DID of the owner (required). - `SPINDLE_SERVER_LOG_DIR`: The directory to store workflow logs (default: `"/var/log/spindle"`). - `SPINDLE_SERVER_DOCKER_SOCKET`: Path to Docker socket to expose to invoked Spindle containers (default: `""`). -- `SPINDLE_PIPELINES_NIXERY`: The Nixery URL (default: `"nixery.tangled.sh"`). -- `SPINDLE_PIPELINES_WORKFLOW_TIMEOUT`: The default workflow timeout (default: `"5m"`). +- `SPINDLE_NIXERY_PIPELINES_NIXERY`: The Nixery URL (default: `"nixery.tangled.sh"`). +- `SPINDLE_NIXERY_PIPELINES_WORKFLOW_TIMEOUT`: The default workflow timeout (default: `"5m"`). For the microVM engine, the following are also available (prefix `SPINDLE_MICROVM_PIPELINES_`): -- 2.51.2