-
Notifications
You must be signed in to change notification settings - Fork 0
/
.yo-rc.json
33 lines (33 loc) · 1006 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
{
"generator-jhipster": {
"promptValues": {
"packageName": "online.foursstudio.throttlingserver"
},
"jhipsterVersion": "5.0.0-beta.0",
"baseName": "throttlingService",
"reactive": true,
"packageName": "online.foursstudio.throttlingserver",
"packageFolder": "online/foursstudio/throttlingserver",
"serverPort": "8080",
"authenticationType": "jwt",
"cacheProvider": "ehcache",
"enableHibernateCache": true,
"websocket": false,
"databaseType": "sql",
"devDatabaseType": "h2Disk",
"prodDatabaseType": "postgresql",
"searchEngine": false,
"messageBroker": false,
"serviceDiscoveryType": false,
"buildTool": "gradle",
"enableSwaggerCodegen": false,
"jwtSecretKey": "91c582f07846dc2d7c9d074c0a8465b0b0cb9388",
"clientFramework": "react",
"useSass": false,
"clientPackageManager": "yarn",
"applicationType": "monolith",
"testFrameworks": [],
"jhiPrefix": "jhi",
"enableTranslation": false
}
}