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.
1 parent 155aa72 commit 3551561Copy full SHA for 3551561
internal/config/config.go
@@ -83,9 +83,9 @@ type S3Config struct {
83
}
84
85
type VpnConfig struct {
86
- Domain string `yaml:"domain"`
87
- Region string `yaml:"region"`
88
- Port int `yaml:"port"`
+ Domain string `yaml:"domain" envconfig:"VPN_DOMAIN"`
+ Region string `yaml:"region" envconfig:"VPN_REGION"`
+ Port int `yaml:"port" envconfig:"VPN_PORT"`
89
90
91
type CrlConfig struct {
0 commit comments