Replies: 4 comments 16 replies
-
I think we should use the following hierarchy in pseudo-JavaScript: cliArgument ?? configFileField ?? environmentVariable ?? defaultValue; |
Beta Was this translation helpful? Give feedback.
-
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). |
Beta Was this translation helpful? Give feedback.
-
Proposed options for suzuka-full-node:
|
Beta Was this translation helpful? Give feedback.
-
Proposed options for m1-da-light-node:
|
Beta Was this translation helpful? Give feedback.
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.
Beta Was this translation helpful? Give feedback.
All reactions