-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.yo-rc.json
More file actions
35 lines (35 loc) · 1.13 KB
/
.yo-rc.json
File metadata and controls
35 lines (35 loc) · 1.13 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
{
"generator-jhipster": {
"promptValues": {
"packageName": "com.bookerdimaio.sandbox"
},
"jhipsterVersion": "6.1.2",
"applicationType": "microservice",
"baseName": "microservice1",
"packageName": "com.bookerdimaio.sandbox",
"packageFolder": "com/bookerdimaio/sandbox",
"serverPort": "8081",
"authenticationType": "jwt",
"cacheProvider": "hazelcast",
"enableHibernateCache": true,
"websocket": false,
"databaseType": "sql",
"devDatabaseType": "h2Disk",
"prodDatabaseType": "postgresql",
"searchEngine": false,
"messageBroker": false,
"serviceDiscoveryType": "eureka",
"buildTool": "maven",
"enableSwaggerCodegen": false,
"jwtSecretKey": "NjcxOTE4NzZlMzhjMDk5ZDkwZjgwZWY0ZWMxMzYzNDBjYjhhMWRhNTdmZjlkYzZlODBkYTIzZGFiMDlhNzQ5YzFiMDNhMDdjODI2MDNhN2FjMDQ4YjhlZWU2NmNhNDlmMWM1MmMzOWJkY2YyZmYyMDQ0NmJiYjhmZDQzZmFmYWE=",
"testFrameworks": [],
"jhiPrefix": "jhi",
"entitySuffix": "",
"dtoSuffix": "DTO",
"otherModules": [],
"enableTranslation": false,
"clientPackageManager": "npm",
"skipClient": true,
"skipUserManagement": true
}
}