-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathapp.json
34 lines (34 loc) · 875 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
{
"name": "Annon Dashboard",
"description": "Management UI for Annon API Gateway.",
"logo": "https://raw.githubusercontent.com/Nebo15/annon.web/master/assets/images/icons/apple-touch-icon.png",
"scripts": {},
"env": {
"MANAGEMENT_ENDPOINT": {
"description": "Annon API Gateway management API host and port",
"required": false,
"value": ""
},
"PUBLIC_ENDPOINT": {
"description": "Annon API Gateway public API host and port",
"required": false,
"value": ""
},
"TRACER_URL": {
"description": "URL to external logs manager. You can use {request_id} variable in URL. eg. https://example.com/logs/{request_id}.",
"required": false,
"value": ""
}
},
"formation": {
"web": {
"quantity": 1
}
},
"addons": [],
"buildpacks": [
{
"url": "heroku/nodejs"
}
]
}