-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
41 lines (41 loc) · 1.17 KB
/
Copy pathapp.json
File metadata and controls
41 lines (41 loc) · 1.17 KB
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
35
36
37
38
39
40
41
{
"name": "Unoffical Quora API",
"description": "This application provides an API interface for querying Quora",
"repository": "https://github.com/bluurr/quora-loader",
"env": {
"MAVEN_CUSTOM_OPTS": {
"description": "The maven build properties.",
"value": "-Dgpg.skip -B -DskipTests"
},
"QUORA_LOGIN_USERNAME": {
"description": "The login username for accessing the Quora platform.",
"value": "changeme@example.com"
},
"QUORA_LOGIN_PASSWORD": {
"description": "The login password for accessing the Quora platform.",
"value": "changeme"
},
"WEB_DRIVER_CONTACT_EMAIL": {
"description": "The contact email to be provided when querying Quora",
"value": "changeme@example.com"
},
"WEB_DRIVER_HEADLESS": {
"description": "Should the chrome driver run in headless mode.",
"value": "true"
}
},
"buildpacks": [
{
"url": "heroku/java"
},
{
"url": "https://github.com/heroku/heroku-buildpack-google-chrome"
},
{
"url": "https://github.com/heroku/heroku-buildpack-chromedriver"
},
{
"url": "https://github.com/heroku/heroku-buildpack-apt"
}
]
}