Change default session timeout to 24h

This commit is contained in:
Deluan 2020-05-30 10:34:16 -04:00
parent fbedbb7893
commit 7547888f10
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ type nd struct {
ScanInterval string `default:"1m"`
DbPath string ``
LogLevel string `default:"info"`
SessionTimeout string `default:"30m"`
SessionTimeout string `default:"24h"`
BaseURL string `default:""`
UILoginBackgroundURL string `default:"https://source.unsplash.com/random/1600x900?music"`