This repository has been archived by the owner on Mar 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 94
/
Copy path.yo-rc.json
50 lines (50 loc) · 1.62 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
{
"generator-jhipster": {
"authenticationType": "jwt",
"cacheProvider": "ehcache",
"clientFramework": "react",
"serverPort": "8080",
"serviceDiscoveryType": false,
"skipUserManagement": false,
"withAdminUi": true,
"baseName": "store",
"buildTool": "gradle",
"databaseType": "sql",
"devDatabaseType": "h2Disk",
"enableHibernateCache": true,
"enableSwaggerCodegen": false,
"enableTranslation": false,
"jhiPrefix": "jhi",
"languages": [],
"messageBroker": false,
"prodDatabaseType": "mysql",
"searchEngine": false,
"skipClient": false,
"testFrameworks": [],
"websocket": false,
"packageName": "com.adyen.demo.store",
"packageFolder": "com/adyen/demo/store",
"jhipsterVersion": "7.0.0",
"skipServer": false,
"clientPackageManager": "npm",
"dtoSuffix": "DTO",
"entitySuffix": "",
"reactive": false,
"clientTheme": "none",
"clientThemeVariant": "",
"applicationType": "monolith",
"entities": ["Product", "ProductCategory", "CustomerDetails", "ShoppingCart", "ProductOrder"],
"skipCheckLengthOfIdentifier": false,
"skipFakeData": false,
"blueprints": [],
"otherModules": [],
"pages": [],
"nativeLanguage": "en",
"creationTimestamp": 1608565320758,
"jwtSecretKey": "NTMyMGZkYWMzYTVmOWMwMWUwOWNhYjllYzM0MTg2ZDZmNzZmMWZhNjcwYjc2ODA2ZGZjMGJlYTc4YzM3YzczMTFiNjBlYjczMWM4NDM3NTM0N2RkOTNiMWJmOWE4YTUxOTkzMzQ0Zjc2MTNmN2U4NjMyZGMzYjRiNzUwZTI2OTA=",
"lastLiquibaseTimestamp": 1616596655000,
"herokuAppName": "deepu-ecom-test-888",
"herokuDeployType": "jar",
"herokuJavaVersion": "11"
}
}