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 305a052 commit 00a520eCopy full SHA for 00a520e
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