blob: 62b9d0b3139fe4daf6caca05093bfaf5aee0dff8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
"OAuth": {
"ClientID": "",
"ClientSecret": "",
"Scopes": ["openid", "email"],
"RedirectURL": "http://127.0.0.1:8000/callback"
},
"HashKey": "",
"BlockKey": "",
"Database": "postgres://thibaut@localhost/lastfm?sslmode=disable",
"Lfm": {
"ApiKey": "",
"SharedSecret": ""
}
}
|