From 6ccd22b0237cc6e28770dcba6b698dae00b2613a Mon Sep 17 00:00:00 2001 From: poolcritter Date: Mon, 27 Apr 2026 04:03:12 +0000 Subject: [PATCH] correct name of $SPINDLE_SERVER_LOG_DIR --- docs/DOCS.md | 2 +- 1 file(s) changed, 1 insertion(s)(+), 1 deletion(s)(-) diff --git a/docs/DOCS.md b/docs/DOCS.md --- a/docs/DOCS.md +++ b/docs/DOCS.md @@ -965,9 +965,9 @@ - `SPINDLE_SERVER_HOSTNAME`: The hostname of the server (required). - `SPINDLE_SERVER_JETSTREAM_ENDPOINT`: The endpoint of the Jetstream server (default: `"wss://jetstream1.us-west.bsky.network/subscribe"`). - `SPINDLE_SERVER_DEV`: A boolean indicating whether the server is running in development mode (default: `false`). - `SPINDLE_SERVER_OWNER`: The DID of the owner (required). +- `SPINDLE_SERVER_LOG_DIR`: The directory to store workflow logs (default: `"/var/log/spindle"`). - `SPINDLE_PIPELINES_NIXERY`: The Nixery URL (default: `"nixery.tangled.sh"`). - `SPINDLE_PIPELINES_WORKFLOW_TIMEOUT`: The default workflow timeout (default: `"5m"`). -- `SPINDLE_PIPELINES_LOG_DIR`: The directory to store workflow logs (default: `"/var/log/spindle"`). ### Running spindle -- tangled.sh