-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapp.json
47 lines (47 loc) · 1.29 KB
/
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
39
40
41
42
43
44
45
46
47
{
"name": "BigCommerce Sample App, Python",
"description": "Sample app for the BigCommerce app store. Handles installation flow and runs an API request, uses the response data to render an interface.",
"keywords": [
"bigcommerce",
"ecommerce",
"python",
"flask"
],
"repository": "https://github.com/MuLx10/Broly.git",
"logo": "https://www.netclipart.com/pp/m/304-3040600_broccoli-png-broccoli-clipart-black-and-white.png",
"success_url": "/instructions",
"scripts": {
"postdeploy": ""
},
"env": {
"GH_API_KEY": {
"description": "Github Developer API key",
"value": "GH_API_KEY"
},
"REDDIT_API_CLIENT_ID": {
"description": "Replace this with the Reddit Client ID",
"value": "Client ID"
},
"REDDIT_API_CLIENT_SECRET": {
"description": "Replace this with the Reddit Client Secret",
"value": "Client Secret"
},
"BOT_API_KEY": {
"description": "Replace this with the Bot Account access token",
"value": "Bot Account access token"
}
"ADMIN_API_KEY": {
"description": "Replace this with the Bot Account access token",
"value": "Bot Account access token"
}
},
"formation": {
"web": {
"quantity": 1,
"size": "free"
}
},
"image": "heroku/python",
"addons": [
]
}