-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.yo-rc.json
More file actions
52 lines (52 loc) · 1.51 KB
/
.yo-rc.json
File metadata and controls
52 lines (52 loc) · 1.51 KB
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
{
"generator-jhipster": {
"applicationType": "gateway",
"authenticationType": "jwt",
"baseName": "testSample",
"buildTool": "maven",
"cacheProvider": "no",
"clientFramework": "angular",
"clientTestFrameworks": ["cypress"],
"clientTheme": "flatly",
"clientThemeVariant": "dark",
"creationTimestamp": 1732549548910,
"cypressAudit": false,
"cypressCoverage": true,
"databaseType": "sql",
"devDatabaseType": "h2Disk",
"devServerPort": 4200,
"enableHibernateCache": true,
"enableSwaggerCodegen": true,
"enableTranslation": true,
"entities": [],
"feignClient": null,
"jhipsterVersion": "8.5.0",
"jwtSecretKey": "ZmM1NmE5MTkyMzk0NTJhMzcyMDQ2NTM5NmUxMmExODM4YzE1NGIyNGU5YzgyYjA5YjUxMTRkMTAxZTQyY2YxY2Y4OGY1ZDZkYTJkN2EwNTNiMTIyYjY4N2JjYjBmYTdmOTJhYTdlYThmMmFjZmJjMGQ4NzJjOGE1MTdmODg0ZDI=",
"languages": ["en", "hi"],
"messageBroker": false,
"microfrontend": true,
"microfrontends": [
{
"baseName": "dashboard"
},
{
"baseName": "profile"
},
{
"baseName": "appcase"
}
],
"nativeLanguage": "en",
"packageName": "com.mycompany.myapp",
"prodDatabaseType": "postgresql",
"reactive": true,
"searchEngine": false,
"serverPort": 8080,
"serverSideOptions": ["enableSwaggerCodegen:true"],
"serviceDiscoveryType": "eureka",
"syncUserWithIdp": null,
"testFrameworks": ["gatling", "cucumber", "cypress"],
"websocket": false,
"withAdminUi": true
}
}