Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,11 @@ Viper requires minimal configuration to load config files. Viper currently suppo
* JSON
* TOML
* YAML
* INI
* envfile
* Java Propeties

> **Note:** Since v1.20, INI, HCL and Java Properties formats are no longer included in core Viper.
> You can still use them by importing from [github.com/go-viper/encoding](https://github.com/go-viper/encoding).
> See the [upgrade guide](UPGRADE.md#breaking-hcl-java-properties-ini-removed-from-core) for details.

A single Viper instance only supports a single configuration file, but multiple
paths may be searched for one.
Expand Down