-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.yo-rc.json
81 lines (81 loc) · 2.18 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"generator-jhipster": {
"authenticationType": "oauth2",
"clientFramework": "react",
"serverPort": "8080",
"serviceDiscoveryType": "eureka",
"skipUserManagement": true,
"withAdminUi": true,
"baseName": "store",
"buildTool": "maven",
"databaseType": "sql",
"devDatabaseType": "postgresql",
"cacheProvider": "no",
"enableHibernateCache": false,
"enableSwaggerCodegen": false,
"enableTranslation": true,
"jhiPrefix": "jhi",
"languages": ["en"],
"messageBroker": "kafka",
"prodDatabaseType": "postgresql",
"searchEngine": false,
"skipClient": false,
"testFrameworks": ["cypress"],
"websocket": false,
"enableGradleEnterprise": false,
"gradleEnterpriseHost": "",
"applicationType": "gateway",
"packageName": "com.gachokaerick.eshop.store",
"packageFolder": "com/gachokaerick/eshop/store",
"jhipsterVersion": "7.3.1",
"skipServer": false,
"clientPackageManager": "npm",
"dtoSuffix": "DTO",
"entitySuffix": "",
"reactive": true,
"clientTheme": "none",
"clientThemeVariant": "",
"applicationIndex": 0,
"skipCheckLengthOfIdentifier": false,
"skipFakeData": false,
"blueprints": [],
"otherModules": [],
"pages": [],
"nativeLanguage": "en",
"creationTimestamp": 1636866398565,
"jwtSecretKey": "ZDA2YTc0OGNhODBkNzkyNDI1MzEzZWJkMjU5NzViZGE4NzJjYTQ4ZjY4NmY1NTE0MTAxZmVkZjljOTM1NWIyNmI5ZmE1ZmY4M2ZlNGRmZTQ2YjkyNjRjMDJhYjdiOGZmZmYwY2IzM2IxNTRjYWI1ZTI3MDg2M2EzZjhiM2E1YTY=",
"devServerPort": 9060,
"entities": [
"Address",
"Payment",
"OrderItem",
"Buyer",
"Notification",
"Order",
"CatalogType",
"CatalogItem",
"CatalogBrand",
"BasketItem",
"BasketCheckout"
],
"lastLiquibaseTimestamp": 1636867058000,
"applications": {
"orders": {
"serverPort": "8081",
"applicationIndex": 1
},
"catalog": {
"serverPort": "8082",
"applicationIndex": 2
},
"basket": {
"serverPort": "8083",
"applicationIndex": 3
},
"notification": {
"serverPort": "8084",
"applicationIndex": 4
}
}
}
}