forked from oncokb/oncokb-transcript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.yo-rc.json
90 lines (90 loc) · 2.38 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"generator-jhipster": {
"applicationType": "monolith",
"authenticationType": "oauth2",
"baseName": "oncokb-curation",
"blueprints": [
{
"name": "generator-jhipster-migrate",
"version": "1.2.0"
}
],
"buildTool": "maven",
"cacheProvider": "redis",
"clientFramework": "react",
"clientPackageManager": "yarn",
"clientTheme": "none",
"clientThemeVariant": "",
"creationTimestamp": 1592938365904,
"databaseType": "sql",
"devDatabaseType": "mysql",
"devServerPort": 9060,
"dtoSuffix": "DTO",
"embeddableLaunchScript": false,
"enableGradleEnterprise": false,
"enableHibernateCache": false,
"enableSwaggerCodegen": false,
"enableTranslation": false,
"entities": [
"Sequence",
"Transcript",
"Info",
"Gene",
"GenomeFragment",
"EnsemblGene",
"Drug",
"SpecimenType",
"CompanionDiagnosticDevice",
"FdaSubmissionType",
"FdaSubmission",
"Alteration",
"CancerType",
"Article",
"CategoricalAlteration",
"Consequence",
"FdaDrug",
"SeqRegion",
"Flag",
"Association",
"ClinicalTrial",
"ClinicalTrialArm",
"EligibilityCriteria",
"Evidence",
"GenomicIndicator",
"LevelOfEvidence",
"NciThesaurus",
"Synonym",
"AlleleState",
"Rule"
],
"entitySuffix": "",
"jhiPrefix": "jhi",
"jhipsterVersion": "8.5.0",
"jwtSecretKey": "NGUwNTlhNDNhOWQ2ZGJlMmEzODczOWJjYWM2MWY4NDAwOTM4YTBmNGFjM2UxNjczZDU2YWZjZjc3MjdkNmU4YjVhZmIwYzI1NDhjMDFkZThiYmE5Mjc5MjM0MGVhODU5MGFhMTAyOTE0M2I3ODA1MGUzZWFhYWUwNWY2ZDgyNjQ=",
"languages": ["en", "fr"],
"lastLiquibaseTimestamp": 1710954881000,
"messageBroker": false,
"nativeLanguage": "en",
"otherModules": [],
"packageFolder": "org/mskcc/oncokb/curation",
"packageName": "org.mskcc.oncokb.curation",
"pages": [],
"prodDatabaseType": "mysql",
"promptValues": {
"packageName": "org.mskcc.oncokb.curation"
},
"reactive": false,
"searchEngine": false,
"serverPort": "9090",
"serviceDiscoveryType": false,
"skipCheckLengthOfIdentifier": false,
"skipClient": false,
"skipFakeData": true,
"skipServer": false,
"skipUserManagement": true,
"testFrameworks": [],
"useSass": true,
"websocket": false,
"withAdminUi": false
}
}