-
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.14 KB
/
Copy path.yo-rc.json
File metadata and controls
36 lines (36 loc) · 1.14 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": "it.intesys.nbaiocco"
},
"jhipsterVersion": "6.2.0",
"applicationType": "microservice",
"baseName": "jhipsterInfinispan",
"packageName": "it.intesys.nbaiocco",
"packageFolder": "it/intesys/nbaiocco",
"serverPort": "8081",
"authenticationType": "oauth2",
"cacheProvider": "infinispan",
"enableHibernateCache": true,
"websocket": false,
"databaseType": "sql",
"devDatabaseType": "postgresql",
"prodDatabaseType": "postgresql",
"searchEngine": false,
"messageBroker": false,
"serviceDiscoveryType": false,
"buildTool": "maven",
"enableSwaggerCodegen": false,
"jwtSecretKey": "Y2UxZDBhZjEzZDQxMDg4YWEzM2MwMWRhNTQ2MTRiZTY0ZTNkM2NiNDJiMjU3MTZhOWY4ZjI5OGVlN2E1YTk0NzgwZDA2YmMyZjM3NzEwMTliMWI0NWIzYTkyMTUyMTk3NDRiM2I0ZDE4ZDkyOWIzNmU5NzlmOThmZDMxMThhZjM=",
"testFrameworks": [],
"jhiPrefix": "jhi",
"entitySuffix": "",
"dtoSuffix": "DTO",
"otherModules": [],
"enableTranslation": false,
"clientPackageManager": "npm",
"blueprints": [],
"skipClient": true,
"skipUserManagement": true
}
}