-
Notifications
You must be signed in to change notification settings - Fork 0
/
.yo-rc.json
42 lines (42 loc) · 1.32 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
{
"generator-jhipster": {
"promptValues": {
"packageName": "com.mycompany.myapp",
"nativeLanguage": "en"
},
"jhipsterVersion": "6.10.1",
"applicationType": "monolith",
"baseName": "gallery",
"packageName": "com.mycompany.myapp",
"packageFolder": "com/mycompany/myapp",
"serverPort": "8080",
"authenticationType": "jwt",
"cacheProvider": "ehcache",
"enableHibernateCache": true,
"websocket": false,
"databaseType": "sql",
"devDatabaseType": "postgresql",
"prodDatabaseType": "postgresql",
"searchEngine": false,
"messageBroker": false,
"serviceDiscoveryType": false,
"buildTool": "gradle",
"enableSwaggerCodegen": false,
"jwtSecretKey": "YzczYzMxYTBjMWU2YzM0MWM5MGI1Y2I5MTMzNzJjYWNlMzhlNGRjN2E5MzZmMTE5NjIxN2ZjZmJjOWNmMTEyYjk3ZjI3N2UxY2I3MTVhNGNhZGFjZjk1YmI1OGE2YjRmZDYwYjA1YzE4ZDE4Y2Q4Y2NhZmIzODQ5OWJlYzBjM2M=",
"clientFramework": "react",
"useSass": true,
"clientPackageManager": "npm",
"testFrameworks": ["protractor"],
"jhiPrefix": "jhi",
"enableTranslation": true,
"nativeLanguage": "en",
"languages": ["en", "zh-cn"],
"embeddableLaunchScript": false,
"clientTheme": "none",
"creationTimestamp": 1600052579605,
"entitySuffix": "",
"dtoSuffix": "DTO",
"otherModules": [],
"blueprints": []
}
}