Add app.json
This commit is contained in:
parent
ad28b92bf9
commit
44aaab179b
1 changed files with 26 additions and 0 deletions
26
app.json
Normal file
26
app.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue