You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of today our viper setup is not watching changes on the configuration file. This means that we have to run viper.ReadInConfig() to update viper whenever we update the config file (i.e: config.Set and config.Delete())
Sought-for solution
Setup a watcher on our config file so config changes are automatically handled by viper
Additional context
There has been an failed attempt to implement a watcher. This comment contains the findings and conclusion
The text was updated successfully, but these errors were encountered:
➕ Enhancement Request
Problem related to enhancement request
As of today our viper setup is not watching changes on the configuration file. This means that we have to run
viper.ReadInConfig()
to update viper whenever we update the config file (i.e:config.Set
andconfig.Delete()
)Sought-for solution
Setup a watcher on our config file so config changes are automatically handled by
viper
Additional context
There has been an failed attempt to implement a watcher. This comment contains the findings and conclusion
The text was updated successfully, but these errors were encountered: