mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Changed default port to 4533
This commit is contained in:
parent
a7ccd76d54
commit
62bfc85b07
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ import (
|
|||
)
|
||||
|
||||
type goSonic struct {
|
||||
Port int `default:"8080"`
|
||||
Port int `default:"4533"`
|
||||
MusicFolder string `default:"./iTunes1.xml"`
|
||||
DbPath string `default:"./devDb"`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue