Replies: 4 comments 16 replies
|
I think we should use the following hierarchy in pseudo-JavaScript: cliArgument ?? configFileField ?? environmentVariable ?? defaultValue; |
3 replies
|
Should we come up with a list of options that make sense to be overridable in the command line?
A less customer-driven approach can be also taken: anything that does not have a sensible default should be settable with a CLI option (overriding the other configuration sources listed in another comment). |
1 reply
|
Proposed options for suzuka-full-node:
|
5 replies
|
Proposed options for m1-da-light-node:
|
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Tracking issue: #481
Currently, node configuration is obtained from environment variables.
A system based on configuration files is discussed in #384, but we can also consider making some node settings configurable via command-line options.
All reactions