mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 13:07:36 +03:00
Change default session timeout to 24h
This commit is contained in:
parent
fbedbb7893
commit
7547888f10
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ type nd struct {
|
||||||
ScanInterval string `default:"1m"`
|
ScanInterval string `default:"1m"`
|
||||||
DbPath string ``
|
DbPath string ``
|
||||||
LogLevel string `default:"info"`
|
LogLevel string `default:"info"`
|
||||||
SessionTimeout string `default:"30m"`
|
SessionTimeout string `default:"24h"`
|
||||||
BaseURL string `default:""`
|
BaseURL string `default:""`
|
||||||
|
|
||||||
UILoginBackgroundURL string `default:"https://source.unsplash.com/random/1600x900?music"`
|
UILoginBackgroundURL string `default:"https://source.unsplash.com/random/1600x900?music"`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue