-
Notifications
You must be signed in to change notification settings - Fork 5
/
.yo-rc.json
34 lines (34 loc) · 973 Bytes
/
.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
{
"generator-jhipster": {
"promptValues": {
"packageName": "fr.fstepho.dashboard"
},
"jhipsterVersion": "5.2.1",
"applicationType": "monolith",
"baseName": "dashboard",
"packageName": "fr.fstepho.dashboard",
"packageFolder": "fr/fstepho/dashboard",
"serverPort": "8080",
"authenticationType": "jwt",
"cacheProvider": "ehcache",
"enableHibernateCache": true,
"websocket": "spring-websocket",
"databaseType": "sql",
"devDatabaseType": "postgresql",
"prodDatabaseType": "postgresql",
"searchEngine": "elasticsearch",
"messageBroker": false,
"serviceDiscoveryType": false,
"buildTool": "maven",
"enableSwaggerCodegen": true,
"jwtSecretKey": "2e501724544b5bd882c3d71311df224a33366488",
"clientFramework": "angularX",
"useSass": true,
"clientPackageManager": "yarn",
"testFrameworks": [
"cucumber"
],
"jhiPrefix": "jhi",
"enableTranslation": false
}
}