We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a79ab5 commit fe74984Copy full SHA for fe74984
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