mirror of
https://github.com/mainflux/mainflux.git
synced 2025-04-26 13:48:53 +08:00

* MF-448 - Add option to connect to DB with verify-ca and verify-full Adds the option to connect with verify-ca and verify-full Users can now specify any extra certs and keys they may need. Signed-off-by: MichaelFinley <Michael.Finley@target.com> * Passing db config struct rather than seperate parameters Also updated the tests to use the config Signed-off-by: MichaelFinley <Michael.Finley@target.com> * Unexporting fields apart of users config Also added comments to the newly exported Config in things & users postgres/init.go Signed-off-by: MichaelFinley <Michael.Finley@target.com>