-
Notifications
You must be signed in to change notification settings - Fork 0
/
.yo-rc.json
60 lines (60 loc) · 1.75 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
{
"generator-jhipster": {
"applicationType": "monolith",
"authenticationType": "jwt",
"baseName": "esigning",
"blueprints": [],
"buildTool": "maven",
"cacheProvider": "ehcache",
"clientFramework": "react",
"clientPackageManager": "npm",
"clientTheme": "yeti",
"clientThemeVariant": "primary",
"creationTimestamp": 1669213426587,
"databaseType": "sql",
"devDatabaseType": "postgresql",
"devServerPort": 9060,
"dtoSuffix": "DTO",
"enableGradleEnterprise": false,
"enableHibernateCache": true,
"enableSwaggerCodegen": false,
"enableTranslation": true,
"entities": [
"Document",
"DocumentParticipant",
"SignatureBlock",
"SentinelBlock",
"TextBlock",
"ContentField",
"StorageBlob",
"StorageBlobAttachment",
"AuditTrail"
],
"entitySuffix": "",
"jhiPrefix": "jhi",
"jhipsterVersion": "7.9.3",
"jwtSecretKey": "NGY0MTRmYWE3MDNlZjA0ZWE4NjFlZTk1YTMxZDU0MGRmNTcyM2E4ZDJlNDg4OTc3NzkyMDUxY2E0YjJiNTFmNDVlMmRmNjRiMTQ5ZTQ1MjBjNTU0MTZiMjhjNmEzYzg1MmM5MDY0OTRkNzQwM2E4ZTc3NzE1Zjk4MzAyMDc1YjM=",
"languages": ["in", "en"],
"lastLiquibaseTimestamp": 1671625353000,
"messageBroker": false,
"microfrontend": false,
"microfrontends": [],
"nativeLanguage": "in",
"otherModules": [],
"packageName": "tech.hyperjump.esigning",
"pages": [],
"prodDatabaseType": "postgresql",
"reactive": false,
"searchEngine": false,
"serverPort": "8080",
"serverSideOptions": [],
"serviceDiscoveryType": "no",
"skipCheckLengthOfIdentifier": false,
"skipClient": false,
"skipFakeData": false,
"skipUserManagement": false,
"testFrameworks": [],
"websocket": false,
"withAdminUi": true
}
}