Add app.json

This commit is contained in:
Gabriel Augendre 2016-04-17 11:33:38 +02:00
parent ad28b92bf9
commit 44aaab179b

26
app.json Normal file
View file

@ -0,0 +1,26 @@
{
"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"
}
}
}