Now--env flag overrides all environment-specific config options which are defined in a config file. This is a good approach as command line arguments should take precedence over the implicit config files (i.e. the ~/streamr/config/default.jsonfile )
Same logic is applied also when both --env and --config command line arguments are given.
Now
--env
flag overrides all environment-specific config options which are defined in a config file. This is a good approach as command line arguments should take precedence over the implicit config files (i.e. the~/streamr/config/default.json
file )Same logic is applied also when both
--env
and--config
command line arguments are given.Future improvements