aboutsummaryrefslogtreecommitdiffstats
path: root/config_sample.json
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2017-06-10 15:57:55 -0400
committerThibaut Horel <thibaut.horel@gmail.com>2017-06-10 15:57:55 -0400
commit48100572e82751446199447c83755411f4bb4db6 (patch)
tree074928aba89f40f90df966abba79e8f5d006ed76 /config_sample.json
parent3543fcb861a122fe3405bf42f83f6dbc56888b8c (diff)
downloadlastfm-api-48100572e82751446199447c83755411f4bb4db6.tar.gz
Sample config
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": ""
+ }
+}