-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.yo-rc.json
More file actions
38 lines (38 loc) · 1.27 KB
/
.yo-rc.json
File metadata and controls
38 lines (38 loc) · 1.27 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
{
"generator-jhipster": {
"applicationType": "monolith",
"authenticationType": "jwt",
"baseName": "noosphereAgent",
"buildTool": "gradle",
"cacheProvider": "hazelcast",
"clientFramework": "react",
"clientTestFrameworks": ["cypress"],
"clientTheme": "none",
"creationTimestamp": 1757298062603,
"cypressAudit": true,
"cypressCoverage": null,
"databaseType": "sql",
"devDatabaseType": "postgresql",
"enableGradleEnterprise": false,
"enableHibernateCache": true,
"enableTranslation": true,
"entities": [],
"feignClient": null,
"gradleEnterpriseHost": null,
"jhipsterVersion": "8.11.0",
"jwtSecretKey": "NjQ2ZTI3ODk0ZGNiMDM0MGY0YWE2YTY0YzBhZTkwMzIxYTUzOTMzYTAwMGNlYzk0NGE5ZjgwOGUxMjMyNDcyNWZmN2YwMDk1Mjk0ZGI5NzkxY2JmZWI2ZGQ2YzJiYWUwMGJhOTJlZDRkYTMxNTFiZjE1NTMxMGI0ZDUwODQ3ZmI=",
"languages": ["ko", "zh-cn", "en", "ja"],
"microfrontend": null,
"microfrontends": [],
"nativeLanguage": "ko",
"packageName": "io.hpp.noosphere.agent",
"prodDatabaseType": "postgresql",
"reactive": false,
"serverPort": null,
"serviceDiscoveryType": null,
"syncUserWithIdp": null,
"testFrameworks": ["gatling", "cucumber", "cypress"],
"websocket": "spring-websocket",
"withAdminUi": true
}
}