storj/pkg
Dylan Lott f445fab28b
Config updates (#141)
* Updates to config handling

- Add functions to load in configs
- Standardize location and naming of config files
- Configuration over convention style of config file handling for each
service

* update config handling and correclty handle cli flags being set

* generate configs from default if no config is found

- renamed pointerdbDB to pointerdb for clarity in config file
- set sane default for pkg/overlay boltDB file
- set srvPort to default to 8082 to avoid port collision on default
setting

* linter updates

* move boltdb path vars into function

* update tests to handle config environment changes

* --fix exec test mocks

* update tests to use viper instead of flag library

* fix typo

* add redis-server to services in travis for tests

* update examples with new config env function signature

* fix tests
2018-07-18 18:09:38 -06:00
..
dht pkg/kademlia tests and restructuring (#97) 2018-06-22 09:33:57 -04:00
eestream adds SegmentStore Put functionality (#138) 2018-07-12 18:37:50 -04:00
kademlia Errcheck (#133) 2018-07-16 15:22:34 -04:00
miniogw Errcheck (#133) 2018-07-16 15:22:34 -04:00
objects Implement miniogw in terms of ObjectStore (#117) 2018-07-12 11:29:02 -06:00
overlay Config updates (#141) 2018-07-18 18:09:38 -06:00
paths Errcheck (#133) 2018-07-16 15:22:34 -04:00
peertls Errcheck (#133) 2018-07-16 15:22:34 -04:00
piecestore Errcheck (#133) 2018-07-16 15:22:34 -04:00
pointerdb Config updates (#141) 2018-07-18 18:09:38 -06:00
process Config updates (#141) 2018-07-18 18:09:38 -06:00
ranger Errcheck (#133) 2018-07-16 15:22:34 -04:00
segment adds segmentStore Get, List, Delete (#143) 2018-07-16 08:40:02 -06:00
storage ObjectStore (#128) 2018-07-16 23:44:28 +03:00
telemetry Errcheck (#133) 2018-07-16 15:22:34 -04:00
transport adds SegmentStore Put functionality (#138) 2018-07-12 18:37:50 -04:00
utils pkg/piecestore: use readersource (#75) 2018-06-05 08:00:48 -06:00