-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.yo-rc.json
More file actions
41 lines (41 loc) · 1.21 KB
/
.yo-rc.json
File metadata and controls
41 lines (41 loc) · 1.21 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
37
38
39
40
41
{
"generator-jhipster": {
"promptValues": {
"packageName": "com.mycompany.myapp",
"nativeLanguage": "en"
},
"jhipsterVersion": "6.1.2",
"applicationType": "microservice",
"baseName": "microservice2",
"packageName": "com.mycompany.myapp",
"packageFolder": "com/mycompany/myapp",
"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": "MTFkNDM3NGNjMDRiYWI3ZWQ3MzkxMDVjNDk5NzEwODU3ZTAwZmE4NTA0OTY1MDk1NTljYjA0ZmUzMGNhZGQ4Yzc3NzIxNTA2ZjVmOGUyMDFjYzRlZDI2N2Q5YzViM2Y0YzcwZmI1NDFlNDRiYzVmYmQzYzhiN2NjMzFiZDMyMzA=",
"testFrameworks": [],
"jhiPrefix": "jhi",
"entitySuffix": "",
"dtoSuffix": "DTO",
"otherModules": [],
"enableTranslation": true,
"clientPackageManager": "npm",
"nativeLanguage": "en",
"languages": [
"en",
"es"
],
"skipClient": true,
"skipUserManagement": true
}
}