Files
webhooker/internal/config/env_test.go
clawbot 45890d4f82
All checks were successful
check / check (push) Superseded by a newer commit; never tested
Fail loudly on set-but-unparseable env config values (closes #80) (#92)
Defaults now apply only to unset or empty environment variables; a set-but-
unparseable value aborts startup with an error naming the key and the value.
envInt is gone, envBool parses with strconv.ParseBool, and PORT is bounded.
2026-08-10 16:06:12 +02:00

8.4 KiB