aboutsummaryrefslogtreecommitdiffstats
path: root/config_sample.json
blob: 9df165326f2406d615f126293d0928a9b33d81cb (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": "dbname=lastfm sslmode=disable",
	"Lfm": {
		"ApiKey": "",
		"SharedSecret": ""
	}
}