summaryrefslogtreecommitdiff
path: root/app.json
blob: 660660261d6b6a9c65e0b63c2c08191a9c9cf0e0 (plain)
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"
		}
	}
}