storj/pkg/overlay
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
..
cache_test.go adds netstate pagination (#95) 2018-06-29 16:06:25 -04:00
cache.go Errcheck (#133) 2018-07-16 15:22:34 -04:00
client_test.go Transport security (#63) 2018-07-09 19:43:13 +02:00
client.go Transport security (#63) 2018-07-09 19:43:13 +02:00
overlay_test.go pkg/kademlia tests and restructuring (#97) 2018-06-22 09:33:57 -04:00
server.go adds netstate pagination (#95) 2018-06-29 16:06:25 -04:00
service_test.go Config updates (#141) 2018-07-18 18:09:38 -06:00
service.go Config updates (#141) 2018-07-18 18:09:38 -06:00
test_utils.go pkg/kademlia tests and restructuring (#97) 2018-06-22 09:33:57 -04:00