Login backgrounds from unsplash collection (#936)
This commit is contained in:
+5
-3
@@ -21,9 +21,11 @@ const (
|
|||||||
DevInitialUserName = "admin"
|
DevInitialUserName = "admin"
|
||||||
DevInitialName = "Dev Admin"
|
DevInitialName = "Dev Admin"
|
||||||
|
|
||||||
URLPathUI = "/app"
|
URLPathUI = "/app"
|
||||||
URLPathSubsonicAPI = "/rest"
|
URLPathSubsonicAPI = "/rest"
|
||||||
DefaultUILoginBackgroundURL = "https://source.unsplash.com/random/1600x900?music"
|
|
||||||
|
// Login backgrounds from https://unsplash.com/collections/1065384/music-wallpapers
|
||||||
|
DefaultUILoginBackgroundURL = "https://source.unsplash.com/collection/1065384/1600x900"
|
||||||
|
|
||||||
RequestThrottleBacklogLimit = 100
|
RequestThrottleBacklogLimit = 100
|
||||||
RequestThrottleBacklogTimeout = time.Minute
|
RequestThrottleBacklogTimeout = time.Minute
|
||||||
|
|||||||
Reference in New Issue
Block a user