Skip to content

Commit db5f67e

Browse files
author
Dave Bell
committed
Add Heroku generated app.json
1 parent ef17905 commit db5f67e

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

app.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"name": "loremricksum-bot",
3+
"scripts": {
4+
},
5+
"env": {
6+
"ACCESS_SECRET": {
7+
"required": true
8+
},
9+
"ACCESS_TOKEN": {
10+
"required": true
11+
},
12+
"CONSUMER_KEY": {
13+
"required": true
14+
},
15+
"CONSUMER_SECRET": {
16+
"required": true
17+
}
18+
},
19+
"formation": {
20+
},
21+
"addons": [
22+
23+
],
24+
"buildpacks": [
25+
{
26+
"url": "heroku/python"
27+
}
28+
]
29+
}

0 commit comments

Comments
 (0)