Change default session timeout to 24h
This commit is contained in:
@@ -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"`
|
||||||
|
|||||||
Reference in New Issue
Block a user