dmwm / dbs2go

DBS server written in Go
MIT License
5 stars 4 forks source link

Explore viper config framework #79

Open vkuznet opened 2 years ago

vkuznet commented 2 years ago

We may explore using viper configuration package. One of the interesting options is ability to watch changes in config file and apply function on its change, i.e. we can restart services on k8s by changing configuration file(s)