-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.yo-rc.json
54 lines (54 loc) · 1.55 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
{
"generator-jhipster": {
"applicationType": "monolith",
"authenticationType": "jwt",
"baseName": "CourageousSearch",
"buildTool": "gradle",
"cacheProvider": "ehcache",
"clientFramework": "react",
"clientTestFrameworks": [],
"clientTheme": "none",
"creationTimestamp": 1715297927510,
"databaseType": "sql",
"devDatabaseType": "postgresql",
"devServerPort": 9060,
"enableGradleEnterprise": false,
"enableHibernateCache": true,
"enableSwaggerCodegen": false,
"enableTranslation": false,
"entities": [
"Analyzer",
"Comment",
"Content",
"ContentFragment",
"Context",
"Organization",
"Search",
"SearchConfiguration",
"SearchResult",
"Tag",
"ThingType",
"Topic"
],
"feignClient": null,
"gradleEnterpriseHost": null,
"jhipsterVersion": "8.7.3",
"jwtSecretKey": "M2FjZTE0ODhjNzdkNGEyNjdlMzg5MjU4MmI1MDY5YTE2Y2IwODMxNjJiOGNjZWQ2Yzk0ZTljNWZjZGM2OTM3OGJiMDg2NWQ2YzJjNjYwMGU4YTEyYjA3ZjI2ZDViODBiY2NmYzIwODE5NGNmNjY0NTUzMWE0MmM5MzUwMDdmMjU=",
"lastLiquibaseTimestamp": 1728534669000,
"messageBroker": false,
"microfrontend": null,
"microfrontends": [],
"nativeLanguage": "en",
"packageName": "com.oconeco.courageous",
"prodDatabaseType": "postgresql",
"reactive": false,
"searchEngine": false,
"serverPort": null,
"serverSideOptions": [],
"serviceDiscoveryType": false,
"syncUserWithIdp": null,
"testFrameworks": ["gatling"],
"websocket": false,
"withAdminUi": true
}
}