Is your feature request related to a problem? Please describe.
All the configurations are load statically from the configuration file. The same attributes could be loaded from the CLI commands as extra parameters.
Describe the solution you'd like
Accept flags like --server.listen_addr to override specific addr at runtime.
Describe alternatives you've considered
Changing the config.toml values manually each deploy.
Additional context
Useful for custom configuration and quick fixes.
Is your feature request related to a problem? Please describe.
All the configurations are load statically from the configuration file. The same attributes could be loaded from the CLI commands as extra parameters.
Describe the solution you'd like
Accept flags like
--server.listen_addrto override specific addr at runtime.Describe alternatives you've considered
Changing the
config.tomlvalues manually each deploy.Additional context
Useful for custom configuration and quick fixes.