-
Notifications
You must be signed in to change notification settings - Fork 12
/
.yo-rc.json
43 lines (43 loc) · 1.14 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
{
"generator-jhipster": {
"promptValues": {
"packageName": "com.infy"
},
"jhipsterVersion": "6.10.5",
"applicationType": "monolith",
"baseName": "discourse",
"packageName": "com.infy",
"packageFolder": "com/infy",
"serverPort": "8080",
"authenticationType": "oauth2",
"cacheProvider": "no",
"websocket": false,
"databaseType": "sql",
"devDatabaseType": "postgresql",
"prodDatabaseType": "postgresql",
"searchEngine": false,
"messageBroker": false,
"serviceDiscoveryType": false,
"buildTool": "maven",
"enableSwaggerCodegen": false,
"embeddableLaunchScript": false,
"useSass": true,
"clientPackageManager": "npm",
"clientFramework": "angularX",
"clientTheme": "none",
"clientThemeVariant": "",
"creationTimestamp": 1621853055943,
"testFrameworks": [],
"jhiPrefix": "jhi",
"entitySuffix": "",
"dtoSuffix": "DTO",
"otherModules": [],
"enableTranslation": false,
"blueprints": []
},
"generator-jhipster-entity-audit": {
"auditFramework": "custom",
"auditPage": true,
"lastLiquibaseTimestamp": 1621854681000
}
}