Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 20 additions & 16 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
{
"name": "Pairing",
"description": "Web Session Generator",
"logo": "https://files.catbox.moe/52699c.jpg",
"repository": "https://github.com/Casper-Tech-ke/CASPER-XD-ULTRA",
"keywords": ["Casper-Tech"],
"success_url": "/",
"buildpacks": [{ "url": "https://github.com/heroku/heroku-buildpack-nodejs#latest" } ],
"env": {
"PORT": {
"description": "Port for web app.4000,5000,3000... any!",
"value": "50900",
"required": false
}
}

}
"name": "Pairing",
"description": "Web Session Generator",
"logo": "https://files.catbox.moe/52699c.jpg",
"repository": "https://github.com/militanhacks/CASPER-XD-ULTRA",
"keywords": ["MILITAN"],
"success_url": "/",
"scripts": {
"start": "node index.js"
},
"buildpacks": [
{ "url": "https://github.com/heroku/heroku-buildpack-nodejs" }
],
"env": {
"PORT": {
"description": "Port for web app.",
"value": "50900",
"required": false
}
}
}