-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.yo-rc.json
More file actions
33 lines (33 loc) · 1.04 KB
/
.yo-rc.json
File metadata and controls
33 lines (33 loc) · 1.04 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
{
"generator-jhipster": {
"promptValues": {
"packageName": "com.emersontechllc.recipe"
},
"jhipsterVersion": "6.0.1",
"applicationType": "uaa",
"baseName": "uaa",
"packageName": "com.emersontechllc.recipe",
"packageFolder": "com/emersontechllc/recipe",
"serverPort": "9999",
"authenticationType": "uaa",
"cacheProvider": "no",
"websocket": false,
"databaseType": "sql",
"devDatabaseType": "h2Memory",
"prodDatabaseType": "mysql",
"searchEngine": false,
"messageBroker": false,
"serviceDiscoveryType": "eureka",
"buildTool": "gradle",
"enableSwaggerCodegen": false,
"jwtSecretKey": "OTNjNjMwODExNDVlZjMyZmVkNzdjMjM3NTQ0YTEyZDI4MWZlY2EyZDUzMmIwMTg1Y2QzNmRmNDJjYjEzYzA2NGMzZDI2MzQzMzU1NDkyZDI2ODc3Y2JlYjRmODY3MTRkZTA1YzJmNmFmNjlhNjUzZTRlOWYzNDU1MjVjYmY0ZDc=",
"testFrameworks": [],
"jhiPrefix": "jhi",
"entitySuffix": "",
"dtoSuffix": "DTO",
"otherModules": [],
"enableTranslation": false,
"clientPackageManager": "npm",
"skipClient": true
}
}