-
Notifications
You must be signed in to change notification settings - Fork 0
/
.yo-rc.json
executable file
·40 lines (40 loc) · 1.21 KB
/
.yo-rc.json
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
{
"generator-jhipster": {
"applicationType": "microservice",
"gitCompany": "",
"baseName": "multipleApiSpecsSample",
"packageName": "com.vroong.multipleapispecss",
"packageFolder": "com/vroong/multipleapispecss",
"serverPort": 8081,
"serviceDiscoveryType": false,
"authenticationType": "jwt",
"uaaBaseName": "../uaa",
"cacheProvider": "no",
"enableHibernateCache": false,
"websocket": false,
"databaseType": "no",
"devDatabaseType": "no",
"prodDatabaseType": "no",
"searchEngine": false,
"enableSwaggerCodegen": "true",
"messageBroker": false,
"buildTool": "gradle",
"useSass": false,
"clientPackageManager": "npm",
"testFrameworks": [],
"enableTranslation": false,
"nativeLanguage": "en",
"languages": [
"en"
],
"clientFramework": "angularX",
"jhiPrefix": "jhi",
"jhipsterVersion": "6.0.1",
"jwtSecretKey": "ZmM1NzJhNTNkYWIyNmExNjliMWMwZDg2ZmVhZTk1NmZmM2MwNmJjZTA2NmNlYTllMDQ4OGI2NzRkZjFkM2M5MzBmZmFjNmY3ZjVhMDExZDQ0YzQ4ODUxZGEwYjczOTEyMGE3ZTQ2NDA4YmVmYTRjN2IxOWFkY2E5NzhlOWUxMzA=",
"entitySuffix": "",
"dtoSuffix": "DTO",
"otherModules": [],
"skipClient": true,
"skipUserManagement": true
}
}