-
-
Notifications
You must be signed in to change notification settings - Fork 657
/
app.json
24 lines (24 loc) · 953 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
{
"name": "JHipster Registry",
"description": "This is the JHipster registry service, based on Spring Cloud Netflix, Eureka and Spring Cloud Config.",
"logo": "https://www.jhipster.tech/images/logo/logo-jhipster-drink-coffee.png",
"env": {
"JHIPSTER_PASSWORD": {
"description": "Admin password for the registry (used to login after clicking 'View App'). Must be at least 5 characters.",
"required": "true"
},
"JAVA_OPTS": {
"description": "Java runtime options.",
"value": "-Dfile.encoding=UTF-8"
},
"SPRING_OPTS": {
"description": "Spring Boot options.",
"value": "--server.undertow.io-threads=1 --server.undertow.eager-filter-init=false"
},
"JHIPSTER_REGISTRY_VERSION": {
"description": "Version of the registry to deploy.",
"value": "7.4.0"
}
},
"buildpacks": [{ "url": "heroku/jvm" }, { "url": "https://github.com/jhipster/jhipster-registry-buildpack" }]
}