chore(deps): upgrade viper to 1.20.0, add tests for the supported config formats

Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
Deluan 2025-03-18 19:12:07 -04:00
parent 1ed8930107
commit 0147bb5f12
9 changed files with 99 additions and 16 deletions

5
conf/export_test.go Normal file
View file

@ -0,0 +1,5 @@
package conf
func ResetConf() {
Server = &configOptions{}
}