-
Notifications
You must be signed in to change notification settings - Fork 29
/
.yo-rc.json
49 lines (49 loc) · 1.55 KB
/
.yo-rc.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"generator-jhipster": {
"promptValues": {
"packageName": "org.mskcc.cbio.oncokb"
},
"jhipsterVersion": "6.10.3",
"applicationType": "monolith",
"baseName": "oncokb-public",
"packageName": "org.mskcc.cbio.oncokb",
"packageFolder": "org/mskcc/cbio/oncokb",
"serverPort": "9090",
"authenticationType": "jwt",
"cacheProvider": "redis",
"enableHibernateCache": false,
"websocket": false,
"databaseType": "sql",
"devDatabaseType": "mysql",
"prodDatabaseType": "mysql",
"searchEngine": false,
"messageBroker": false,
"serviceDiscoveryType": false,
"buildTool": "maven",
"enableSwaggerCodegen": false,
"jwtSecretKey": "ZmRlMDk2NDM3ZDQ1NzIzZmExODhlYTZkNmZkNTVkY2ViZjM0MjI5NjM2ZDUyYjMwZTFkMzY3YTUzZmRiZGRiOWNlNjZhMjIxNzY2OTVhMGU5NmZlMWZlMTQ4ODQwNGU1OTI3ODVjNGFkY2FlMWQ0ZmVhMzhkMjEzN2FkYWJkZmU=",
"useSass": true,
"clientPackageManager": "yarn",
"skipClient": false,
"testFrameworks": [],
"jhiPrefix": "jhi",
"entitySuffix": "",
"dtoSuffix": "DTO",
"otherModules": [],
"enableTranslation": false,
"blueprints": [],
"clientFramework": "react",
"clientTheme": "none",
"appsFolders": ["public-website"],
"directoryPath": "../",
"dockerRepositoryName": "oncokb-public",
"dockerPushCommand": "docker push",
"kubernetesNamespace": "default",
"kubernetesServiceType": "Ingress",
"ingressDomain": "localhost",
"monitoring": "no",
"istio": false,
"embeddableLaunchScript": false,
"creationTimestamp": 1577990533671
}
}