| commit | ba3382dd238f2d5fa3da52859d8d5e3a9e52e0e2 | [log] [tgz] |
|---|---|---|
| author | Wayne Walker <wwalker@indeed.com> | Tue Apr 14 13:15:02 2015 -0500 |
| committer | Wayne Walker <wwalker@indeed.com> | Tue Apr 14 13:15:02 2015 -0500 |
| tree | 21c6d13ce42bf10434927c9d56bf8a34df34511f | |
| parent | 39ab3ca72e35f7628b2b31714eb374b573981077 [diff] [blame] |
59 - add properties file support to viper
diff --git a/viper.go b/viper.go index 6c249fe..b23d837 100644 --- a/viper.go +++ b/viper.go
@@ -174,7 +174,7 @@ } // Universally supported extensions. -var SupportedExts []string = []string{"json", "toml", "yaml", "yml"} +var SupportedExts []string = []string{"json", "toml", "yaml", "yml", "properties", "props", "prop"} // Universally supported remote providers. var SupportedRemoteProviders []string = []string{"etcd", "consul"}