main
Bel LaPointe 2024-02-21 13:34:14 -07:00
parent 3ff2bf0c91
commit ac5f3bdc1c
1 changed files with 1 additions and 0 deletions

View File

@ -111,6 +111,7 @@ func newConfig() (Config, error) {
func envOr(k, v string) string {
if s := os.Getenv(k); s != "" {
log.Printf("found $%s = %s", k, s)
return s
}
return v