forked from kingfredie/SESSION-GENERATOR
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
22 lines (21 loc) · 627 Bytes
/
Copy pathapp.json
File metadata and controls
22 lines (21 loc) · 627 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "Wasi Session Generator",
"description": "I'm Web Session Generator by Itxx Me Wasi",
"logo": "",
"repository": "https://github.com/Giftedmaurice/giftedmdV2-session-generator",
"keywords": ["@Xcelsama"],
"success_url": "/",
"buildpacks": [{ "url": "https://github.com/heroku/heroku-buildpack-nodejs#latest" } ],
"env": {
"PORT": {
"description": "Port for web app.4000,5000,3000... any!",
"value": "5000",
"required": false
},
"MESSAGE": {
"description": "",
"value": "",
"required": false
}
}
}