forked from jhipster/jhipster-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
27 lines (27 loc) · 913 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
{
"name": "JHipster Registry",
"description": "This is the JHipster registry service, based on Spring Cloud Netflix, Eureka and Spring Cloud Config.",
"logo": "http://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": "-Xmx256m -Xss512k -Dfile.encoding=UTF-8"
},
"MAVEN_CUSTOM_OPTS": {
"description": "Options for the Maven build.",
"value": "-Pprod,heroku -DskipTests"
},
"NPM_CONFIG_PRODUCTION": {
"description": "Set to false to install devDependencies",
"value": "false"
}
},
"buildpacks": [
{"url": "heroku/nodejs"},
{"url": "heroku/java"}
]
}