Change default db path

This commit is contained in:
Deluan
2020-01-14 18:55:12 -05:00
parent a99c3a8af3
commit a167669717
4 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ import (
type sonic struct {
Port string `default:"4533"`
MusicFolder string `default:"./iTunes1.xml"`
DbPath string `default:"./sonic.db"`
DbPath string `default:"./data/cloudsonic.db"`
IgnoredArticles string `default:"The El La Los Las Le Les Os As O A"`
IndexGroups string `default:"A B C D E F G H I J K L M N O P Q R S T U V W X-Z(XYZ) [Unknown]([)"`