Fix default background image for login

This commit is contained in:
Deluan 2020-07-20 14:34:02 -04:00
parent d268075046
commit 7e81a3b895
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ func init() {
viper.SetDefault("sessiontimeout", consts.DefaultSessionTimeout)
viper.SetDefault("scaninterval", time.Minute)
viper.SetDefault("baseurl", "")
viper.SetDefault("uiloginbackgroundurl", "")
viper.SetDefault("uiloginbackgroundurl", "https://source.unsplash.com/random/1600x900?music")
viper.SetDefault("enabletranscodingconfig", false)
viper.SetDefault("transcodingcachesize", "100MB")
viper.SetDefault("imagecachesize", "100MB")