-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
28 lines (28 loc) · 848 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
{
"name": "Pentest collaboration framework",
"description": "Toolkit for pentest collaboration",
"repository": "https://gitlab.com/invuls/pentest-projects/pcf",
"logo": "https://assets.gitlab-static.net/uploads/-/system/project/avatar/17720181/icon_mini_good.png",
"keywords": [
"pcf",
"python",
"pentest",
"collaboration",
"security"
],
"env": {
"BASIC_AUTH_LOGIN": {
"description": "Login for basic authorization (leave this field blank if don't want to turn on basic authorization).",
"required": false,
"value": ""
},
"BASIC_AUTH_PASSWORD": {
"description": "Password for basic authorization (leave this field blank if don't want to turn on basic authorization).",
"required": false,
"value": ""
}
},
"addons": [
"heroku-postgresql"
]
}