-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.yo-rc.json
49 lines (49 loc) · 1.54 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
{
"generator-jhipster": {
"authenticationType": "jwt",
"cacheProvider": "ehcache",
"clientFramework": "angularX",
"serverPort": "8080",
"serviceDiscoveryType": false,
"skipUserManagement": false,
"withAdminUi": true,
"baseName": "PetitDej",
"buildTool": "maven",
"databaseType": "sql",
"devDatabaseType": "h2Disk",
"enableHibernateCache": true,
"enableSwaggerCodegen": true,
"enableTranslation": true,
"jhiPrefix": "jhi",
"languages": ["fr"],
"messageBroker": false,
"prodDatabaseType": "postgresql",
"searchEngine": false,
"testFrameworks": [],
"websocket": false,
"enableGradleEnterprise": false,
"gradleEnterpriseHost": "",
"applicationType": "monolith",
"packageName": "com.dooapp.petitdej",
"packageFolder": "com/dooapp/petitdej",
"nativeLanguage": "fr",
"jhipsterVersion": "7.5.0",
"clientPackageManager": "npm",
"dtoSuffix": "DTO",
"entitySuffix": "",
"reactive": false,
"clientTheme": "none",
"clientThemeVariant": "",
"applicationIndex": 0,
"entities": ["PetitDej", "Lieu"],
"skipCheckLengthOfIdentifier": false,
"skipFakeData": false,
"blueprints": [],
"otherModules": [],
"pages": [],
"creationTimestamp": 1642175697854,
"jwtSecretKey": "OWY0OGMzOGUyYmNjMGFkMmVlZTgyNzY0ZTg0YWVlZWM3MTE2ODE0NTI3ZWMzYzY1MGMwNDlhZjExMzg0YzE5MWY2ODYwNDY0ZDJjMDIxOWE0MzRiNmFkZDNhNjkwOGY1ZDg5YmE3M2I4NWQ3MjY4ZWIwMWM4YTg5MWYxNmFmNTE=",
"devServerPort": 4200,
"lastLiquibaseTimestamp": 1642175817000
}
}