-
Notifications
You must be signed in to change notification settings - Fork 0
/
.yo-rc.json
44 lines (44 loc) · 1.26 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
41
42
43
44
{
"generator-jhipster": {
"promptValues": {
"packageName": "hu.martos.gym",
"nativeLanguage": "hu"
},
"jhipsterVersion": "6.2.0",
"applicationType": "monolith",
"baseName": "gym",
"packageName": "hu.martos.gym",
"packageFolder": "hu/martos/gym",
"serverPort": "8080",
"authenticationType": "jwt",
"cacheProvider": "ehcache",
"enableHibernateCache": true,
"websocket": false,
"databaseType": "sql",
"devDatabaseType": "mysql",
"prodDatabaseType": "mysql",
"searchEngine": false,
"messageBroker": false,
"serviceDiscoveryType": false,
"buildTool": "maven",
"enableSwaggerCodegen": false,
"jwtSecretKey": "NDY2ODkyMTdkNWJhYzRlMTE3MmJkNmQxODE1OTFmODhjYWRkMmMxZjg1N2UxYzlhZmNmNjRkOGU2OTJmNmFmMjNhMGZjMjc4YmY4MjAzZWY1NjYwYjlmMzBhMTE1ZmRiZmEyOTc4ZWFlZTZmYjk2OTIwODUzNzdlNjVjZDY4NjQ=",
"useSass": true,
"clientPackageManager": "npm",
"clientFramework": "angularX",
"clientTheme": "darkly",
"clientThemeVariant": "primary",
"testFrameworks": [],
"jhiPrefix": "jhi",
"entitySuffix": "",
"dtoSuffix": "DTO",
"otherModules": [],
"enableTranslation": true,
"nativeLanguage": "hu",
"languages": [
"hu",
"en"
],
"blueprints": []
}
}