...

/

Dynamic Remote Configuration with Viper

Dynamic Remote Configuration with Viper

In this lesson, we'll implement dynamic configuration with Viper and discuss its limitations.

We'll cover the following...

Dynamic configuration with Viper

As you recall, one of the primary reasons for using remote configuration is its support for dynamic configuration changes without disrupting the running program.

Click “Run” on the application below, and etcd will start automatically. Then, open another terminal tab and enter the cd /usercode && crypt set -plaintext /config/config.toml ...