Login backgrounds from unsplash collection (#936)

This commit is contained in:
Deluan 2021-03-31 00:49:12 -04:00
parent 166410eb50
commit 46d4c48d44
1 changed files with 5 additions and 3 deletions

View File

@ -21,9 +21,11 @@ const (
DevInitialUserName = "admin"
DevInitialName = "Dev Admin"
URLPathUI = "/app"
URLPathSubsonicAPI = "/rest"
DefaultUILoginBackgroundURL = "https://source.unsplash.com/random/1600x900?music"
URLPathUI = "/app"
URLPathSubsonicAPI = "/rest"
// Login backgrounds from https://unsplash.com/collections/1065384/music-wallpapers
DefaultUILoginBackgroundURL = "https://source.unsplash.com/collection/1065384/1600x900"
RequestThrottleBacklogLimit = 100
RequestThrottleBacklogTimeout = time.Minute