Move constant to consts.go file

This commit is contained in:
Deluan
2021-03-24 10:21:31 -04:00
parent ba922bbfce
commit 4b68260b83
2 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -21,8 +21,9 @@ const (
DevInitialUserName = "admin"
DevInitialName = "Dev Admin"
URLPathUI = "/app"
URLPathSubsonicAPI = "/rest"
URLPathUI = "/app"
URLPathSubsonicAPI = "/rest"
DefaultUILoginBackgroundURL = "https://source.unsplash.com/random/1600x900?music"
RequestThrottleBacklogLimit = 100
RequestThrottleBacklogTimeout = time.Minute