Skip to content

Commit

Permalink
Merge pull request #74 from blinklabs-io/feat/node-binary
Browse files Browse the repository at this point in the history
feat: make node binary configurable
  • Loading branch information
wolf31o2 authored Sep 5, 2023
2 parents abb9ccf + 7edcd9e commit e5bc759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ type AppConfig struct {

type NodeConfig struct {
ByronGenesis ByronGenesisConfig `yaml:"byron"`
Binary string // TODO: make this configurable
Binary string `yaml:"binary" envconfig:"CARDANO_NODE_BINARY"`
Network string `yaml:"network" envconfig:"CARDANO_NETWORK"`
SocketPath string `yaml:"socketPath" envconfig:"CARDANO_NODE_SOCKET_PATH"`
NetworkMagic uint32 `yaml:"networkMagic" envconfig:"CARDANO_NODE_NETWORK_MAGIC"`
Expand Down

0 comments on commit e5bc759

Please sign in to comment.