Watching Configuration Files
Let's watch our configuration files for changes.
We'll cover the following...
Watching configuration files is a very exciting feature that opens the door for a dynamic configuration where you can control the behavior of your program without re-running it. We will also demonstrate how Viper supports multiple configuration files.
Watching configuration files for changes
So far, we have read the configuration once, but some programs run for a long time and need to respond to changes ...