forked from ko-aoki/jhreact
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.yo-rc.json
More file actions
36 lines (36 loc) · 1.1 KB
/
.yo-rc.json
File metadata and controls
36 lines (36 loc) · 1.1 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
{
"generator-jhipster": {
"promptValues": {
"packageName": "com.example"
},
"jhipsterVersion": "6.1.2",
"applicationType": "monolith",
"baseName": "jhreact",
"packageName": "com.example",
"packageFolder": "com/example",
"serverPort": "8080",
"authenticationType": "jwt",
"cacheProvider": "no",
"websocket": false,
"databaseType": "sql",
"devDatabaseType": "h2Disk",
"prodDatabaseType": "postgresql",
"searchEngine": false,
"messageBroker": false,
"serviceDiscoveryType": false,
"buildTool": "maven",
"enableSwaggerCodegen": false,
"jwtSecretKey": "ZWIzMzYxNjI4ODM4Njc0Zjg1OWQ5YTBkOGE4YjdjNjNjZjFmNGRiNjFkM2Y3Y2U1ZmE2NDE3ODMxZjg1NGNmMGJhZWIzNGEwOWRlYmJmN2IyYTBiOGU3ZWM5MDMwM2UyNTBmYzJkZGJiMjM1MTNmZmY4ZTE2ZGY0Y2IxMDQ0ZWI=",
"useSass": true,
"clientPackageManager": "npm",
"clientFramework": "react",
"clientTheme": "none",
"clientThemeVariant": "",
"testFrameworks": ["gatling"],
"jhiPrefix": "jhi",
"entitySuffix": "",
"dtoSuffix": "DTO",
"otherModules": [],
"enableTranslation": false
}
}