summaryrefslogtreecommitdiffstats
path: root/config_sample.json
diff options
context:
space:
mode:
Diffstat (limited to 'config_sample.json')
-rw-r--r--config_sample.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/config_sample.json b/config_sample.json
new file mode 100644
index 0000000..62b9d0b
--- /dev/null
+++ b/config_sample.json
@@ -0,0 +1,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": ""
+ }
+}