-
-
Notifications
You must be signed in to change notification settings - Fork 33
/
.yo-rc.json
54 lines (54 loc) · 1.64 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
{
"generator-jhipster": {
"applicationType": "monolith",
"authenticationType": "jwt",
"baseName": "jhipsterMongodbSampleApplication",
"blueprints": [],
"buildTool": "maven",
"cacheProvider": "no",
"clientFramework": "angular",
"clientPackageManager": "npm",
"clientTheme": "none",
"clientThemeVariant": "",
"clusteredHttpSession": false,
"creationTimestamp": 1577001028956,
"databaseType": "mongodb",
"devDatabaseType": "mongodb",
"devServerPort": 9060,
"dtoSuffix": "DTO",
"embeddableLaunchScript": false,
"enableGradleEnterprise": false,
"enableHibernateCache": false,
"enableSocialSignIn": false,
"enableSwaggerCodegen": false,
"enableTranslation": true,
"entities": ["BankAccount"],
"entitySuffix": "",
"hibernateCache": "no",
"jhiPrefix": "jhi",
"jhipsterVersion": "8.7.3",
"jwtSecretKey": "bXktc2VjcmV0LWtleS13aGljaC1zaG91bGQtYmUtY2hhbmdlZC1pbi1wcm9kdWN0aW9uLWFuZC1iZS1iYXNlNjQtZW5jb2RlZAo=",
"languages": ["en"],
"messageBroker": false,
"nativeLanguage": "en",
"otherModules": [],
"packageFolder": "io/github/jhipster/sample",
"packageName": "io.github.jhipster.sample",
"pages": [],
"prodDatabaseType": "mongodb",
"reactive": false,
"searchEngine": false,
"serverPort": 8080,
"serviceDiscoveryType": false,
"skipCheckLengthOfIdentifier": false,
"skipClient": false,
"skipFakeData": false,
"skipServer": false,
"skipUserManagement": false,
"testFrameworks": ["gatling", "cypress"],
"useCompass": false,
"useSass": true,
"websocket": false,
"withAdminUi": true
}
}