-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenv.json
46 lines (46 loc) · 887 Bytes
/
env.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"logLevel": 4,
"auth": {
"clientId": "52ac601ff6754aaf81fc8d29cd40d059",
"relRedirectUri": "auth-callback",
"spotifyAuthUri": "https://accounts.spotify.com/authorize",
"spotifyTokenUri": "https://accounts.spotify.com/api/token",
"scope": "user-read-email user-read-private user-library-modify user-top-read",
"codeLen": 96,
"postSuccessRoute": "/feed",
"postFailedRoute": "/login-failed",
"postLogoutRoute": "/home"
},
"repository": {
"link": "https://github.com/mcost45/tune"
},
"categories": {
"popularity": {
"min": 44,
"max": 62
},
"danceability": {
"min": 0.23,
"max": 0.75
},
"energy": {
"min": 0.35,
"max": 0.75
},
"liveness": {
"max": 0.8
},
"loudness": {
"min": -9,
"max": -5.5
},
"acousticness": {
"max": 0.88
}
},
"playback": {
"volume": 0.1,
"loop": true,
"allowBackground": true
}
}