-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.yo-rc.json
35 lines (35 loc) · 1.1 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
{
"generator-jhipster": {
"promptValues": {
"packageName": "com.tmobile.ct.tep.qapi"
},
"jhipsterVersion": "6.0.1",
"applicationType": "microservice",
"baseName": "qAPI",
"packageName": "com.tmobile.ct.tep.qapi",
"packageFolder": "com/tmobile/ct/tep/qapi",
"serverPort": "8081",
"authenticationType": "jwt",
"cacheProvider": "no",
"enableHibernateCache": false,
"websocket": false,
"databaseType": "no",
"devDatabaseType": "no",
"prodDatabaseType": "no",
"searchEngine": false,
"messageBroker": false,
"serviceDiscoveryType": "eureka",
"buildTool": "maven",
"enableSwaggerCodegen": false,
"jwtSecretKey": "Yzk5ZWNjNzEwMGFhOTRjMDJhN2VjOTZmMmM1OTljN2QxZDJkNmY1OTY3ODg0ZjdjYmYyYjY1YjVhNjM1ZWRkZjMwYTA0MGU5ODA4MmE4Y2YwYmYyN2UyYTlkYmRiZTJjZWU2MjBlMjFmNzIwMTY4OWZjNTNhOGJjZDliMTFiYzY=",
"testFrameworks": [],
"jhiPrefix": "jhi",
"entitySuffix": "",
"dtoSuffix": "DTO",
"otherModules": [],
"enableTranslation": false,
"clientPackageManager": "npm",
"skipClient": true,
"skipUserManagement": true
}
}