-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.yo-rc.json
70 lines (70 loc) · 1.82 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
{
"generator-jhipster": {
"blueprints": [],
"otherModules": [],
"applicationType": "monolith",
"baseName": "spingular",
"jhipsterVersion": "7.0.1",
"skipClient": false,
"skipServer": false,
"skipUserManagement": false,
"skipCheckLengthOfIdentifier": false,
"skipFakeData": false,
"jhiPrefix": "jhi",
"entitySuffix": "",
"dtoSuffix": "DTO",
"testFrameworks": ["cypress", "gatling", "cucumber"],
"pages": [],
"creationTimestamp": 1620722591737,
"serviceDiscoveryType": false,
"reactive": false,
"authenticationType": "session",
"packageName": "com.spingular.cms",
"serverPort": "8080",
"cacheProvider": "ehcache",
"enableHibernateCache": true,
"databaseType": "sql",
"devDatabaseType": "h2Disk",
"prodDatabaseType": "postgresql",
"buildTool": "gradle",
"serverSideOptions": [],
"websocket": false,
"searchEngine": false,
"messageBroker": false,
"enableSwaggerCodegen": false,
"clientFramework": "angularX",
"withAdminUi": true,
"clientTheme": "none",
"enableTranslation": true,
"nativeLanguage": "en",
"packageFolder": "com/spingular/cms",
"rememberMeKey": "32408d57b8dde3c81d41f4f72d8589909194796a98e75ce886dcfb34012637e06bef3b48b704c32990285d75fe18f5e3d997",
"clientPackageManager": "npm",
"clientThemeVariant": "",
"languages": ["en", "es"],
"entities": [
"Appuser",
"Blog",
"Post",
"Topic",
"Tag",
"Comment",
"Notification",
"Appphoto",
"Community",
"Follow",
"Blockuser",
"Interest",
"Activity",
"Celeb",
"Cinterest",
"Cactivity",
"Cceleb",
"Urllink",
"Frontpageconfig",
"Feedback",
"ConfigVariables"
],
"lastLiquibaseTimestamp": 1620726395000
}
}