-
Notifications
You must be signed in to change notification settings - Fork 0
/
.yo-rc.json
40 lines (40 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
37
38
39
40
{
"generator-jhipster": {
"promptValues": {
"packageName": "com.elmorabit.battlebrain"
},
"jhipsterVersion": "6.10.0",
"applicationType": "monolith",
"baseName": "battlebrain",
"packageName": "com.elmorabit.battlebrain",
"packageFolder": "com/elmorabit/battlebrain",
"serverPort": "8080",
"authenticationType": "jwt",
"cacheProvider": "ehcache",
"enableHibernateCache": true,
"websocket": false,
"databaseType": "sql",
"devDatabaseType": "h2Disk",
"prodDatabaseType": "mysql",
"searchEngine": false,
"messageBroker": false,
"serviceDiscoveryType": false,
"buildTool": "maven",
"enableSwaggerCodegen": false,
"jwtSecretKey": "MGIzZTBjZTViODQwNmViZmY5Yjk3ODRmM2I1NGMzNjY3Yzk1MThlYTg0OGU5NDAyOWEzMjMyOGM3Mzc5NzIwZDVlZTZmYWI5ZTFiODA4MDdlYjI3ZGZjYWQ1ZTRkMjljZDBiMWQ0ODExNzliYTJlNzhlMmIzNmE4MDY3MGE1YWM=",
"embeddableLaunchScript": false,
"useSass": true,
"clientPackageManager": "npm",
"clientFramework": "angularX",
"clientTheme": "cerulean",
"clientThemeVariant": "light",
"creationTimestamp": 1595671696411,
"testFrameworks": [],
"jhiPrefix": "jhi",
"entitySuffix": "",
"dtoSuffix": "DTO",
"otherModules": [],
"enableTranslation": false,
"blueprints": []
}
}