add info about multiple hosts for remote config

This commit is contained in:
maxim-konovalov 2023-11-16 19:39:12 +03:00 committed by Márk Sági-Kazár
parent 7a9716be0b
commit 1c764910bb

View file

@ -418,6 +418,8 @@ in a Key/Value store such as etcd or Consul. These values take precedence over
default values, but are overridden by configuration values retrieved from disk,
flags, or environment variables.
Viper supports multiple hosts. To use, pass a list of endpoints separated by `;`. For example `http://127.0.0.1:4001;http://127.0.0.1:4002`.
Viper uses [crypt](https://github.com/bketelsen/crypt) to retrieve
configuration from the K/V store, which means that you can store your
configuration values encrypted and have them automatically decrypted if you have