diff options
| author | Thibaut Horel <thibaut.horel@gmail.com> | 2017-06-10 15:57:55 -0400 |
|---|---|---|
| committer | Thibaut Horel <thibaut.horel@gmail.com> | 2017-06-10 15:57:55 -0400 |
| commit | 48100572e82751446199447c83755411f4bb4db6 (patch) | |
| tree | 074928aba89f40f90df966abba79e8f5d006ed76 | |
| parent | 3543fcb861a122fe3405bf42f83f6dbc56888b8c (diff) | |
| download | lastfm-api-48100572e82751446199447c83755411f4bb4db6.tar.gz | |
Sample config
| -rw-r--r-- | config_sample.json | 15 |
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": "" + } +} |
