-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathapp.json
More file actions
30 lines (30 loc) · 784 Bytes
/
app.json
File metadata and controls
30 lines (30 loc) · 784 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
26
27
28
29
30
{
"name": "drawio-export",
"description": "PDF and image export server for draw.io",
"keywords": [
"pdf"
],
"website": "https://github.com/ashrafteleb/pdf.git",
"repository": "https://github.com/ashrafteleb/pdf.git",
"env": {
"ALLOW_HTTP": {
"description": "When set to \"true\", unsecure requests are allowed.",
"value": "false"
},
"API_TOKENS": {
"description": "Comma-separated list of accepted keys in x-api-key header.",
"required": false
}
},
"buildpacks": [
{
"url": "https://github.com/jontewks/puppeteer-heroku-buildpack"
},
{
"url": "https://github.com/heroku/heroku-buildpack-nodejs.git"
},
{
"url": "https://github.com/debitoor/heroku-buildpack-converter-fonts"
}
]
}