forked from lissy93/web-check
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
34 lines (34 loc) · 757 Bytes
/
Copy pathapp.json
File metadata and controls
34 lines (34 loc) · 757 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
31
32
33
34
{
"name": "dansec-web-check",
"description": "DanSec Web-Check - privacy-first fork of Web-Check (website OSINT and security toolkit).",
"repository": "https://github.com/Sec-Dan/web-check",
"keywords": [
"osint",
"security",
"privacy",
"web",
"dansec"
],
"env": {
"PLATFORM": {
"value": "node"
},
"OUTPUT": {
"value": "hybrid"
},
"SITE_URL": {
"description": "The public URL where this app is hosted (used for canonical URLs and sitemaps).",
"required": false
},
"API_TIMEOUT_LIMIT": {
"description": "API request timeout in milliseconds.",
"value": "120000",
"required": false
}
},
"buildpacks": [
{
"url": "heroku/nodejs"
}
]
}