updated ezconf

This commit is contained in:
2026-02-25 22:47:33 +11:00
parent d0c1b53d87
commit 9b2eba76a7
14 changed files with 63 additions and 210 deletions

View File

@@ -7,7 +7,7 @@ import (
)
type Config struct {
PrivateKey string // ENV OAUTH_PRIVATE_KEY: Private key for signing OAuth state tokens (required)
PrivateKey string `ezconf:"OAUTH_PRIVATE_KEY,required,description:Private key for signing OAuth state tokens"`
}
func ConfigFromEnv() (any, error) {