-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.yo-rc.json
90 lines (90 loc) · 1.84 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": "jwt",
"baseName": "workspaces",
"buildTool": "maven",
"cacheProvider": "ehcache",
"clientFramework": "angular",
"clientTestFrameworks": [],
"clientTheme": "none",
"creationTimestamp": 1726172242180,
"databaseType": "sql",
"devDatabaseType": "h2Disk",
"devServerPort": 4200,
"enableHibernateCache": true,
"enableSwaggerCodegen": false,
"enableTranslation": true,
"entities": [],
"feignClient": null,
"jhipsterVersion": "8.7.0",
"jwtSecretKey": "NGFiMjYzZDhkNzIyN2QxM2IxOTQyNzFiNGI4M2Q2Y2MwZjNiYmVjNzkzZDY4ZDIyNjgxODc5MTQ1OWNkYjFhNmU2Njk2ZjlmMjU1OTI0NjZlN2ZjMmNjZWI4MDI0NTc1ZWZjMTQwNDcyMDIwNGVjZTNkMGIwY2U1MDRmNDk4YWQ=",
"languages": [
"en",
"al",
"ar-ly",
"hy",
"az-Latn-az",
"by",
"bn",
"bg",
"ca",
"zh-cn",
"zh-tw",
"hr",
"cs",
"da",
"nl",
"et",
"fa",
"fi",
"fr",
"gl",
"de",
"el",
"hi",
"hu",
"id",
"it",
"ja",
"ko",
"mr",
"my",
"pl",
"pt-br",
"pt-pt",
"pa",
"ro",
"ru",
"sk",
"sr",
"si",
"es",
"sv",
"tr",
"ta",
"te",
"th",
"ua",
"uz-Cyrl-uz",
"uz-Latn-uz",
"vi",
"kr-Latn-kr"
],
"messageBroker": false,
"microfrontend": null,
"microfrontends": [],
"nativeLanguage": "en",
"packageName": "com.mycompany.myapp",
"prodDatabaseType": "postgresql",
"reactive": true,
"searchEngine": false,
"serverPort": null,
"serverSideOptions": [],
"serviceDiscoveryType": false,
"syncUserWithIdp": null,
"testFrameworks": [],
"websocket": false,
"withAdminUi": true
}
}