refactor: fix formatting (#1666)

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: stonith404 <58886915+stonith404@users.noreply.github.com>
This commit is contained in:
Copilot
2026-08-07 08:26:45 +02:00
committed by GitHub
parent 535e831b20
commit 448d271c94

View File

@@ -75,7 +75,7 @@ type EnvConfigSchema struct {
SystemdSocket bool `env:"SYSTEMD_SOCKET"`
LocalIPv6Ranges string `env:"LOCAL_IPV6_RANGES"`
// TLS cert and key need special treatment with fsnotify, so we aren't using `options:"file"`
// TLS cert and key need special treatment with fsnotify, so we aren't using `options:"file"`
TLSCert string `env:"TLS_CERT"`
TLSKey string `env:"TLS_KEY"`
TLSCertFile string `env:"TLS_CERT_FILE"`