DAVIDS/app.json

27 lines
524 B
JSON
Raw Normal View History

2016-04-17 11:33:38 +02:00
{
"name": "spotify-duplicate-finder",
"description": "Duplicate finder for your Spotify playlists",
"scripts": {
},
"addons": [
],
"buildpacks": [
{
"url": "https://github.com/heroku/heroku-buildpack-nodejs"
}
],
"env": {
"CLIENT_SECRET": {
"description": "Spotify client secret"
},
"CLIENT_ID": {
"description": "Spotify client id"
},
"CALLBACK": {
"description": "The callback URL",
"value": "http://your-app.herokuapp.com/callback"
}
}
}