Skip to content

Commit c29f4c0

Browse files
committed
app json
1 parent 86926a5 commit c29f4c0

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

app.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "jsonwebtoken.github.io",
3+
"scripts": {
4+
},
5+
"env": {
6+
"NODE_ENV": {
7+
"required": true
8+
}
9+
},
10+
"addons": [
11+
"ssl"
12+
],
13+
"buildpacks": [
14+
{
15+
"url": "heroku/nodejs"
16+
}
17+
]
18+
}

0 commit comments

Comments
 (0)