forked from alvarcarto/url-to-pdf-api
-
Notifications
You must be signed in to change notification settings - Fork 2
/
app.json
34 lines (34 loc) · 880 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": "url-to-pdf-api",
"description": "Web page PDF rendering done right. Packaged to an easy API.",
"keywords": [
"pdf",
"html",
"html to pdf",
"html 2 pdf",
"render"
],
"website": "https://github.com/alvarcarto/url-to-pdf-api",
"repository": "https://github.com/alvarcarto/url-to-pdf-api",
"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": "http://github.com/heroku/heroku-buildpack-nodejs.git"
},
{
"url": "https://github.com/debitoor/heroku-buildpack-converter-fonts"
}
]
}