We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 33ea554 + abe4986 commit d004acdCopy full SHA for d004acd
config/tls.go
@@ -41,7 +41,7 @@ type TLS struct {
41
42
// Key is either the path to the TLS key file or a raw PEM-encoded string representing it.
43
// If specified, Cert must also be provided.
44
- Key string `yaml:"key" env:"KEY"`
+ Key string `yaml:"key" env:"KEY,unset"`
45
46
// Ca is either the path to the CA certificate file or a raw PEM-encoded string representing it.
47
Ca string `yaml:"ca" env:"CA"`
0 commit comments