-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.yo-rc.json
38 lines (38 loc) · 1.16 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
{
"generator-jhipster": {
"promptValues": {
"packageName": "com.eh.home.proj1"
},
"jhipsterVersion": "5.7.0",
"applicationType": "monolith",
"baseName": "proj1",
"packageName": "com.eh.home.proj1",
"packageFolder": "com/eh/home/proj1",
"serverPort": "8080",
"authenticationType": "jwt",
"cacheProvider": "ehcache",
"enableHibernateCache": true,
"websocket": false,
"databaseType": "sql",
"devDatabaseType": "postgresql",
"prodDatabaseType": "postgresql",
"searchEngine": false,
"messageBroker": false,
"serviceDiscoveryType": false,
"buildTool": "maven",
"enableSwaggerCodegen": false,
"jwtSecretKey": "NTQwMzI5MGRjMDAwZDQ3OWIxNjM2MGFiZTJkZWE5Zjk4MjU0ZDc4NDU1NGQ1NGNhOTY2YzYzZTU2MjRkNWJhODc0MTJiY2ExMWYzYTE1YzBiMGM2OTQyZmQwNzI2NTZhN2NjN2ZiMTk2MzM4ZWM3ZTc2YjAxYTI4MzM3YzRjODQ=",
"clientFramework": "angularX",
"useSass": false,
"clientPackageManager": "npm",
"testFrameworks": [],
"jhiPrefix": "jhi",
"otherModules": [],
"enableTranslation": false
},
"generator-jhipster-standalone-profile": {
"version": "2.2.0",
"client": true,
"server": true
}
}