-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
25 lines (25 loc) · 827 Bytes
/
app.json
File metadata and controls
25 lines (25 loc) · 827 Bytes
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
{
"name": "Back-end",
"description": "Microtask runtime controller back-end",
"repository": "https://github.com/ReLauncher/back-end",
"logo": "http://cliparts.co/cliparts/8cE/59B/8cE59BXca.png",
"keywords": ["express","crowdflower"],
"env": {
"HEROKU_URL": {
"description": "The URL of this Heroku app.",
"value": "http://YOURAPPNAME.herokuapp.com"
},
"OPBEAT_APP_ID": {
"description": "Set it up to get immediate details of any errors in opbeat.com",
"required": false
},
"OPBEAT_ORGANIZATION_ID": {
"description": "Set it up to get immediate details of any errors in opbeat.com",
"required": false
},
"OPBEAT_SECRET_TOKEN": {
"description": "Set it up to get immediate details of any errors in opbeat.com",
"required": false
}
}
}