-
Notifications
You must be signed in to change notification settings - Fork 1
/
.yo-rc.json
36 lines (36 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
36
{
"generator-jhipster": {
"promptValues": {
"packageName": "com.poc.app"
},
"jhipsterVersion": "6.1.2",
"applicationType": "monolith",
"baseName": "appTest",
"packageName": "com.poc.app",
"packageFolder": "com/poc/app",
"serverPort": "8080",
"authenticationType": "jwt",
"cacheProvider": "hazelcast",
"enableHibernateCache": true,
"websocket": false,
"databaseType": "sql",
"devDatabaseType": "h2Disk",
"prodDatabaseType": "postgresql",
"searchEngine": false,
"messageBroker": false,
"serviceDiscoveryType": false,
"buildTool": "maven",
"enableSwaggerCodegen": false,
"jwtSecretKey": "NDA0ZDJmZGVhODhkYmNmZDIyMDFjN2M2ODA1OWIyZGUwYTJiNjA4NzE5NzViOWI4YzU4NjQ5ZGIzNTVhYTRhMDNlNjBhYWQ2NzY4MmU4ZWU2ZWQzMDU4ZDMzMzViYmRlYjE2NWI2ZDg2Y2I1ZDI1ODczYjI3YWU4MTcyYTM2ZDA=",
"clientFramework": "angularX",
"useSass": true,
"clientPackageManager": "npm",
"testFrameworks": [],
"jhiPrefix": "jhi",
"entitySuffix": "",
"dtoSuffix": "DTO",
"otherModules": [],
"enableTranslation": false,
"clientTheme": "none"
}
}