mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 13:07:36 +03:00
Add BaseURL configuration (fixes #103)
This commit is contained in:
parent
b8eb22d162
commit
75cd21da1f
17 changed files with 61 additions and 25 deletions
|
@ -20,6 +20,7 @@ type nd struct {
|
|||
DbPath string ``
|
||||
LogLevel string `default:"info"`
|
||||
SessionTimeout string `default:"30m"`
|
||||
BaseURL string `default:""`
|
||||
|
||||
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]([)"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue