From 48100572e82751446199447c83755411f4bb4db6 Mon Sep 17 00:00:00 2001 From: Thibaut Horel Date: Sat, 10 Jun 2017 15:57:55 -0400 Subject: Sample config --- config_sample.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 config_sample.json 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": "" + } +} -- cgit v1.2.3-70-g09d2