mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Login backgrounds from unsplash collection (#936)
This commit is contained in:
parent
166410eb50
commit
46d4c48d44
1 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue