-
Notifications
You must be signed in to change notification settings - Fork 1
/
.yo-rc.json
47 lines (47 loc) · 1.51 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
{
"generator-jhipster": {
"applicationType": "monolith",
"baseName": "campr",
"jhipsterVersion": "7.5.0",
"skipUserManagement": false,
"skipCheckLengthOfIdentifier": false,
"skipFakeData": false,
"jhiPrefix": "jhi",
"entitySuffix": "",
"dtoSuffix": "DTO",
"testFrameworks": [],
"blueprints": [],
"otherModules": [],
"pages": [],
"creationTimestamp": 1641611878217,
"serviceDiscoveryType": "no",
"reactive": false,
"authenticationType": "jwt",
"packageName": "com.camp.campr",
"serverPort": "8080",
"cacheProvider": "ehcache",
"enableHibernateCache": true,
"databaseType": "sql",
"devDatabaseType": "h2Disk",
"prodDatabaseType": "postgresql",
"buildTool": "maven",
"serverSideOptions": [],
"websocket": false,
"searchEngine": false,
"messageBroker": false,
"enableSwaggerCodegen": false,
"clientFramework": "react",
"withAdminUi": true,
"clientTheme": "none",
"enableTranslation": true,
"nativeLanguage": "en",
"jwtSecretKey": "NjcyYzU2NmJmNzI2M2UwNjViNTlhZjJkMDUxZGZkNTVlYmVkZGM5ZDAxZmMzY2JhNDY4NzY3MDRkNTMwZTU5YjVlYTc4ZDc4N2NkMzZmYTM1ZGYyMzlhYjBhNzA5MzZhMzgzZjA0Njk5ZjViZDQwNDdhOWYxNjkyNzVmOGYxNjU=",
"devServerPort": 9060,
"clientPackageManager": "npm",
"clientThemeVariant": "",
"languages": ["en"],
"enableGradleEnterprise": false,
"entities": ["Video", "UserComment", "Genre", "UserFavorites", "UserUpload", "WatchHistory"],
"lastLiquibaseTimestamp": 1642130196000
}
}