-
Notifications
You must be signed in to change notification settings - Fork 0
/
.yo-rc.json
44 lines (44 loc) · 1.38 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",
"gitCompany": "",
"baseName": "testest",
"packageName": "com.mycompany.myapp",
"packageFolder": "com/mycompany/myapp",
"serverPort": 8080,
"serviceDiscoveryType": false,
"authenticationType": "jwt",
"uaaBaseName": "../uaa",
"cacheProvider": "ehcache",
"enableHibernateCache": true,
"websocket": false,
"databaseType": "sql",
"devDatabaseType": "h2Disk",
"prodDatabaseType": "postgresql",
"searchEngine": false,
"enableSwaggerCodegen": false,
"messageBroker": false,
"buildTool": "gradle",
"useSass": true,
"clientPackageManager": "npm",
"testFrameworks": ["gatling"],
"enableTranslation": true,
"nativeLanguage": "en",
"languages": ["en"],
"clientFramework": "angularX",
"jhiPrefix": "jhi",
"jhipsterVersion": "6.10.5",
"jwtSecretKey": "ZWExMzM0ZjlkN2EzNWFmMTUxMWFjZjhiNTlmYWYxM2I3NDRkODI2NDY5NjhiNTMyNDYwZWQ5ZDlmNjkzNWRjMGQwY2EwNjg3Y2E4ZWVjZDA0OGE5YzYxNjc4YzJhMzYxZGNhYzY0MWE1MThmZmQzMjM0ZjZiNzMyZDIyZDA2YTg=",
"embeddableLaunchScript": false,
"clientTheme": "none",
"creationTimestamp": 1616167156410,
"entitySuffix": "",
"dtoSuffix": "DTO",
"otherModules": [],
"blueprints": [],
"prettierJava": true
},
"git-provider": "GitHub",
"git-company": "innocenceesstt",
"repository-name": "test-test"
}