-
-
Notifications
You must be signed in to change notification settings - Fork 21
/
.yo-rc.json
44 lines (44 loc) · 1.26 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
{
"generator-jhipster": {
"applicationType": "monolith",
"authenticationType": "jwt",
"baseName": "Jhipster",
"blueprints": [
{
"name": "generator-jhipster-dotnetcore",
"version": "4.0.0"
}
],
"clientFramework": "angular",
"clientPackageManager": "npm",
"clientTheme": "none",
"clientThemeVariant": "",
"creationTimestamp": 1606077078363,
"databaseType": "sqllite",
"devServerPort": 4200,
"dtoSuffix": "DTO",
"enableTranslation": true,
"entities": ["Region", "Country", "Location", "Department", "PieceOfWork", "Employee", "Job", "JobHistory"],
"entitySuffix": "",
"jhiPrefix": "jhi",
"jhipsterVersion": "6.10.5",
"jwtSecretKey": "MGFjN2M4YjYxYTY2MmU1MGQ2MGQyNDM1NmYxNDE5MTQ2NjIyMzA4MjU4YTc4YTMyODFlMDc3ZDU4YjY5Yzk1MWE5NjFiMjNhNmIwMzczMDE3NDNmMDg1MzVhODE0NGM1MzA3MA==",
"languages": ["en"],
"lastLiquibaseTimestamp": 1606077558000,
"namespace": "Jhipster",
"nativeLanguage": "en",
"otherModules": [
{
"name": "generator-jhipster-dotnetcore",
"version": "2.1.0"
}
],
"prodDatabaseType": "mysql",
"promptValues": {
"nativeLanguage": "en"
},
"serverPort": "5000",
"testFrameworks": [],
"useSass": true
}
}