-
Notifications
You must be signed in to change notification settings - Fork 10
/
.yo-rc.json
43 lines (43 loc) · 1.37 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
{
"generator-jhipster": {
"promptValues": {
"packageName": "tr.com.aurora.hbys.healthcare",
"nativeLanguage": "en"
},
"jhipsterVersion": "6.8.0",
"applicationType": "monolith",
"baseName": "healthcare",
"packageName": "tr.com.aurora.hbys.healthcare",
"packageFolder": "tr/com/aurora/hbys/healthcare",
"serverPort": "8082",
"authenticationType": "jwt",
"cacheProvider": "ehcache",
"enableHibernateCache": true,
"websocket": false,
"databaseType": "sql",
"devDatabaseType": "h2Disk",
"prodDatabaseType": "postgresql",
"searchEngine": false,
"messageBroker": false,
"serviceDiscoveryType": false,
"buildTool": "maven",
"enableSwaggerCodegen": false,
"jwtSecretKey": "ZDliOTQ2ZDNkMTlmMzM3YTZkYWQ1Njc1NmEwMTY3NzJlN2FmMmI0YWFlODA4NTgxMWQzMWI0M2I5ZWRkNTY4M2I1YTM1Y2Q3MjgzN2JlYTgxYTQyZTZhNjgyN2QxMTlhNmIzMjgyZGE4MDY4MTI1N2U5NWZmZWUxOWRkNGIyNzI=",
"embeddableLaunchScript": false,
"useSass": true,
"clientPackageManager": "npm",
"clientFramework": "angularX",
"clientTheme": "none",
"clientThemeVariant": "",
"creationTimestamp": 1588288118936,
"testFrameworks": [],
"jhiPrefix": "jhi",
"entitySuffix": "",
"dtoSuffix": "DTO",
"otherModules": [],
"enableTranslation": true,
"nativeLanguage": "en",
"languages": ["en", "tr"],
"blueprints": []
}
}