-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.yo-rc.json
42 lines (42 loc) · 1.3 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.store",
"nativeLanguage": "en"
},
"jhipsterVersion": "6.5.1",
"applicationType": "monolith",
"baseName": "store",
"packageName": "com.mycompany.store",
"packageFolder": "com/mycompany/store",
"serverPort": "8080",
"authenticationType": "jwt",
"cacheProvider": "hazelcast",
"enableHibernateCache": true,
"websocket": false,
"databaseType": "sql",
"devDatabaseType": "h2Disk",
"prodDatabaseType": "mysql",
"searchEngine": false,
"messageBroker": false,
"serviceDiscoveryType": false,
"buildTool": "gradle",
"enableSwaggerCodegen": false,
"jwtSecretKey": "NzBkMzNlMjAwMWQ3YTliNGE0YTJmNWMwODA0NGNlYmZhNWM0N2FiYmU2MTU0YjE3ZTkwYTZhNDI4YTE1MTM2NGRhYTM1YjYwMTQzNDA4Y2I2YmFmZmVhZDBiYmQyMjI2NTViYzczY2YyOGUyNGQ1OWYwNWIxZGEwNzU0OTUyMTU=",
"embeddableLaunchScript": false,
"useSass": true,
"clientPackageManager": "npm",
"clientFramework": "angularX",
"clientTheme": "none",
"clientThemeVariant": "",
"testFrameworks": [],
"jhiPrefix": "jhi",
"entitySuffix": "",
"dtoSuffix": "DTO",
"otherModules": [],
"enableTranslation": true,
"nativeLanguage": "en",
"languages": ["en", "zh-cn"],
"blueprints": []
}
}