mirror of
https://github.com/navidrome/navidrome.git
synced 2026-08-01 07:21:17 +00:00
Login backgrounds from unsplash collection (#936)
This commit is contained in:
parent
1d8d156b79
commit
6bf02a6496
@ -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…
x
Reference in New Issue
Block a user