storj/pkg/process
Jeff Wendling 140251882e
fix bug for setting flag only values in process setup (#2089)
* fix bug for setting flag only values in process setup

when the code was changed to directly load values into the config
structs, it was missed that some configuration is only defined
through flags, but can be loaded from config files still.

so, we need to propogate the settings to the flag only values.

* add test for setting propagation

* fix linting error
2019-05-31 21:15:50 +00:00
..
debug.go add ability to inspect version to all binaries (#1685) 2019-04-10 08:38:26 +02:00
exec_conf_test.go fix bug for setting flag only values in process setup (#2089) 2019-05-31 21:15:50 +00:00
exec_conf.go fix bug for setting flag only values in process setup (#2089) 2019-05-31 21:15:50 +00:00
exec.go Add Versioning Server (#1576) 2019-04-03 21:13:39 +02:00
logging.go updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05:00
metrics.go add ability to inspect version to all binaries (#1685) 2019-04-10 08:38:26 +02:00