-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
28 lines (28 loc) · 810 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": "YaCy",
"description": "Decentralized Web Search",
"keywords": [
"yacy",
"search",
"p2p",
"decentralized",
"java"
],
"website": "https://yacy.net",
"repository": "https://github.com/yacy/yacy_search_server",
"logo": "https://yacy.net/material/YaCyLogo2011.svg",
"env": {
"YACY_INIT_ADMIN_PASSWORD": {
"description": "Administrator initial password : please fill with a Base64 MD5 value",
"required": false
},
"YACY_PUBLIC_URL": {
"description": "External URL used by other peers to reach yours, required to run in 'Senior' mode. You chould set it with [your_app_name].herokuapp.com.",
"required": false
},
"MAVEN_CUSTOM_OPTS": {
"description": "Custom options required for maven build on Heroku.",
"value": "-f libbuild/pom.xml -DskipTests=true"
}
}
}