-
Notifications
You must be signed in to change notification settings - Fork 0
/
.yo-rc.json
36 lines (36 loc) · 1.28 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
{
"generator-jhipster": {
"promptValues": {
"packageName": "com.cgbot.clickplus",
"nativeLanguage": "zh-cn"
},
"jhipsterVersion": "5.7.2",
"applicationType": "monolith",
"baseName": "clickplus",
"packageName": "com.cgbot.clickplus",
"packageFolder": "com/cgbot/clickplus",
"serverPort": "8080",
"authenticationType": "jwt",
"cacheProvider": "ehcache",
"enableHibernateCache": true,
"websocket": false,
"databaseType": "sql",
"devDatabaseType": "h2Disk",
"prodDatabaseType": "mysql",
"searchEngine": "elasticsearch",
"messageBroker": false,
"serviceDiscoveryType": false,
"buildTool": "gradle",
"enableSwaggerCodegen": false,
"jwtSecretKey": "MDEyNDAxYWQ5NzNhNGE0ZWUyY2VjZWI5ZWFmMjJiNGU4N2YxZjFiODM2ZjMyZWViOTA0MmIxNzg1ZjU2YWFlNDJhMzgzMDIyNTI2MTZlODUxZTExNTExNWE5YWUyODAzNDQwMmIxMWZmNzExN2NlNmI0YWE3MTc2NWNiYzFkYmU=",
"clientFramework": "angularX",
"useSass": true,
"clientPackageManager": "npm",
"testFrameworks": [],
"jhiPrefix": "jhi",
"otherModules": [],
"enableTranslation": true,
"nativeLanguage": "zh-cn",
"languages": ["zh-cn"]
}
}