forked from axsddlr/rpilocator_api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
38 lines (38 loc) · 787 Bytes
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "Start on Heroku: Python",
"description": "A barebones Python app, which can easily be deployed to Heroku.",
"keywords": [
"heroku",
"app.json",
"app",
"json",
"maker",
"generator"
],
"env": {
"cons_key": {
"description": "A secret key for verifying the integrity of signed cookies."
},
"cons_secret": {
"description": "The number of processes to run."
},
"acc_token": {
"description": "The number of processes to run."
},
"acc_secret": {
"description": "The number of processes to run."
}
},
"stack": "heroku-20",
"buildpacks": [
{
"url": "heroku/python"
}
],
"formation": {
"web": {
"quantity": 1,
"size": "free"
}
}
}