-
Notifications
You must be signed in to change notification settings - Fork 0
/
.yo-rc.json
35 lines (35 loc) · 1.23 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
{
"generator-jhipster": {
"promptValues": {
"packageName": "io.jojoaddison"
},
"jhipsterVersion": "5.8.2",
"applicationType": "monolith",
"baseName": "editor",
"packageName": "io.jojoaddison",
"packageFolder": "io/jojoaddison",
"serverPort": "8080",
"authenticationType": "jwt",
"cacheProvider": "ehcache",
"enableHibernateCache": false,
"websocket": "spring-websocket",
"databaseType": "mongodb",
"devDatabaseType": "mongodb",
"prodDatabaseType": "mongodb",
"searchEngine": false,
"messageBroker": false,
"serviceDiscoveryType": false,
"buildTool": "maven",
"enableSwaggerCodegen": false,
"jwtSecretKey": "ZTFmZjZmMTNkMGViMTIzOWRmYjQwNDhhNGM5OGIzZjljMzE1OWQ1ZDM1NzIzYWVlODc0OGY2MjQ5ZWIyNDY1YzM2NGQ5MDllOWI2ZTg1MmEyNzA2MzU0YmEwNDM4NGNjNjg1ZGQzM2FiZjhjM2U3ZTdmYTg1ZGI2YjI3ZGE0MmU=",
"clientFramework": "angularX",
"useSass": true,
"clientPackageManager": "npm",
"testFrameworks": ["gatling"],
"jhiPrefix": "jhi",
"entitySuffix": "",
"dtoSuffix": "DTO",
"otherModules": [],
"enableTranslation": false
}
}