We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8a79ab5 + fe74984 commit d1804dcCopy full SHA for d1804dc
1 file changed
go-client/config/config.go
@@ -41,7 +41,7 @@ type LoggerConfig struct {
41
}
42
43
type ChainConfig struct {
44
- NodeURL string `toml:"node_url"`
+ NodeURL string `toml:"node_url" envconfig:"NODE_URL"`
45
ChainId int `toml:"chain_id"`
46
ApiKey string `toml:"api_key" envconfig:"API_KEY"`
47
0 commit comments