-
Notifications
You must be signed in to change notification settings - Fork 0
/
.yo-rc.json
45 lines (45 loc) · 1.49 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
{
"generator-jhipster": {
"authenticationType": "jwt",
"cacheProvider": "ehcache",
"clientFramework": "react",
"serverPort": "8080",
"serviceDiscoveryType": false,
"skipUserManagement": false,
"baseName": "store",
"buildTool": "gradle",
"databaseType": "sql",
"devDatabaseType": "h2Disk",
"enableHibernateCache": true,
"enableSwaggerCodegen": false,
"enableTranslation": false,
"jhiPrefix": "jhi",
"languages": ["en", "fr"],
"messageBroker": false,
"nativeLanguage": "en",
"prodDatabaseType": "mysql",
"searchEngine": false,
"skipClient": false,
"testFrameworks": [],
"websocket": false,
"packageName": "com.adyen.demo.store",
"packageFolder": "com/adyen/demo/store",
"useSass": true,
"jhipsterVersion": "6.8.0",
"creationTimestamp": 1608565320758,
"skipServer": false,
"clientPackageManager": "npm",
"clientTheme": "none",
"clientThemeVariant": "",
"applicationType": "monolith",
"jwtSecretKey": "NTMyMGZkYWMzYTVmOWMwMWUwOWNhYjllYzM0MTg2ZDZmNzZmMWZhNjcwYjc2ODA2ZGZjMGJlYTc4YzM3YzczMTFiNjBlYjczMWM4NDM3NTM0N2RkOTNiMWJmOWE4YTUxOTkzMzQ0Zjc2MTNmN2U4NjMyZGMzYjRiNzUwZTI2OTA=",
"embeddableLaunchScript": false,
"entitySuffix": "",
"dtoSuffix": "DTO",
"otherModules": [],
"blueprints": [],
"herokuAppName": "adyen-demo-store",
"herokuDeployType": "jar"
},
"entities": ["Product", "ProductCategory", "CustomerDetails", "ShoppingCart", "ProductOrder", "PaymentCache"]
}