-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.yo-rc.json
More file actions
38 lines (38 loc) · 1.01 KB
/
.yo-rc.json
File metadata and controls
38 lines (38 loc) · 1.01 KB
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
{
"generator-jhipster": {
"promptValues": {
"packageName": "com.kapilkoju.autopos",
"nativeLanguage": "en"
},
"jhipsterVersion": "4.13.0",
"baseName": "AutoPOS",
"packageName": "com.kapilkoju.autopos",
"packageFolder": "com/kapilkoju/autopos",
"serverPort": "8080",
"authenticationType": "jwt",
"hibernateCache": "no",
"clusteredHttpSession": false,
"websocket": false,
"databaseType": "sql",
"devDatabaseType": "postgresql",
"prodDatabaseType": "postgresql",
"searchEngine": false,
"messageBroker": false,
"serviceDiscoveryType": false,
"buildTool": "gradle",
"enableSocialSignIn": false,
"jwtSecretKey": "f739922f61084434c7f9b577b96af3b75ecb584a",
"clientFramework": "angularX",
"useSass": true,
"clientPackageManager": "yarn",
"applicationType": "monolith",
"testFrameworks": [],
"jhiPrefix": "apos",
"enableTranslation": true,
"nativeLanguage": "en",
"languages": [
"en",
"hi"
]
}
}