This repository has no description
0

Configure Feed

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

spindle/config: set default nixery instance to nixery.tangled.sh

Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>

author
Anirudh Oppiliappan
date (Jun 21, 2025, 12:25 PM +0300) commit 7c1e2364 parent 935b6304 change-id vqtkomtw
+1 -2
+1 -2
spindle/config/config.go
··· 16 16 } 17 17 18 18 type Pipelines struct { 19 - // TODO: change default to nixery.tangled.sh 20 - Nixery string `env:"NIXERY, default=nixery.dev"` 19 + Nixery string `env:"NIXERY, default=nixery.tangled.sh"` 21 20 StepTimeout string `env:"STEP_TIMEOUT, default=5m"` 22 21 LogDir string `env:"LOG_DIR, default=/var/log/spindle"` 23 22 }