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 60dc9b9 + 00a520e commit 5bdc234Copy full SHA for 5bdc234
internal/config/config.go
@@ -37,7 +37,7 @@ type MetricsConfig struct {
37
}
38
39
type NodeConfig struct {
40
- Network string `yaml:"network" envconfig:"NETWORK"`
+ Network string `yaml:"network" envconfig:"CARDANO_NETWORK"`
41
NetworkMagic uint32 `yaml:"networkMagic" envconfig:"CARDANO_NODE_NETWORK_MAGIC"`
42
Address string `yaml:"address" envconfig:"CARDANO_NODE_ADDRESS"`
43
Port uint `yaml:"port" envconfig:"CARDANO_NODE_PORT"`
0 commit comments