Monorepo for Tangled tangled.org
2

Configure Feed

Select the types of activity you want to include in your feed.

docs: fix nixery env var name

Signed-off-by: Trey Bastian <hello@treybastian.com>

fixed reversing the env var names

Signed-off-by: Trey Bastian <hello@treybastian.com>

+2 -2
+2 -2
docs/DOCS.md
··· 1456 1456 - `SPINDLE_SERVER_OWNER`: The DID of the owner (required). 1457 1457 - `SPINDLE_SERVER_LOG_DIR`: The directory to store workflow logs (default: `"/var/log/spindle"`). 1458 1458 - `SPINDLE_SERVER_DOCKER_SOCKET`: Path to Docker socket to expose to invoked Spindle containers (default: `""`). 1459 - - `SPINDLE_PIPELINES_NIXERY`: The Nixery URL (default: `"nixery.tangled.sh"`). 1460 - - `SPINDLE_PIPELINES_WORKFLOW_TIMEOUT`: The default workflow timeout (default: `"5m"`). 1459 + - `SPINDLE_NIXERY_PIPELINES_NIXERY`: The Nixery URL (default: `"nixery.tangled.sh"`). 1460 + - `SPINDLE_NIXERY_PIPELINES_WORKFLOW_TIMEOUT`: The default workflow timeout (default: `"5m"`). 1461 1461 1462 1462 For the microVM engine, the following are also available 1463 1463 (prefix `SPINDLE_MICROVM_PIPELINES_`):