-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.yo-rc.json
More file actions
43 lines (43 loc) · 1.34 KB
/
.yo-rc.json
File metadata and controls
43 lines (43 loc) · 1.34 KB
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
{
"generator-jhipster": {
"promptValues": {
"packageName": "com.alphaolomi.jhipster",
"nativeLanguage": "en"
},
"jhipsterVersion": "6.6.0",
"applicationType": "monolith",
"baseName": "jhipster",
"packageName": "com.alphaolomi.jhipster",
"packageFolder": "com/alphaolomi/jhipster",
"serverPort": "8080",
"authenticationType": "jwt",
"cacheProvider": "ehcache",
"enableHibernateCache": true,
"websocket": false,
"databaseType": "sql",
"devDatabaseType": "h2Memory",
"prodDatabaseType": "mysql",
"searchEngine": false,
"messageBroker": false,
"serviceDiscoveryType": "eureka",
"buildTool": "maven",
"enableSwaggerCodegen": false,
"jwtSecretKey": "NzJiMjhlYTgzNmE1YTI4ZGY5NzAxYzBmYmQxOTU3ZjIxOTlhNDA2NzVlODIyNjAxOTIxZWQyZmU5YjQyZmQ3MThmYmZmMjExZjAwMzUwMWQzMTU2NWU3Mjg4NTc1MTZhNzRjNDcxN2IzMzgxYzdkYWQ3MWM3ZWVmMzlhNzJlZDI=",
"embeddableLaunchScript": false,
"useSass": true,
"clientPackageManager": "npm",
"clientFramework": "react",
"clientTheme": "yeti",
"clientThemeVariant": "light",
"creationTimestamp": 1577725605469,
"testFrameworks": [],
"jhiPrefix": "jhi",
"entitySuffix": "",
"dtoSuffix": "DTO",
"otherModules": [],
"enableTranslation": true,
"nativeLanguage": "en",
"languages": ["en"],
"blueprints": []
}
}