-
Notifications
You must be signed in to change notification settings - Fork 3
/
.yo-rc.json
39 lines (39 loc) · 1.2 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
{
"generator-jhipster": {
"promptValues": {
"packageName": "athenarc.imsi.sdl"
},
"jhipsterVersion": "6.5.1",
"applicationType": "monolith",
"baseName": "SpOT",
"packageName": "athenarc.imsi.sdl",
"packageFolder": "athenarc/imsi/sdl",
"serverPort": "8181",
"authenticationType": "jwt",
"cacheProvider": "no",
"enableHibernateCache": false,
"websocket": false,
"databaseType": "mongodb",
"devDatabaseType": "mongodb",
"prodDatabaseType": "mongodb",
"searchEngine": false,
"messageBroker": false,
"serviceDiscoveryType": false,
"buildTool": "maven",
"enableSwaggerCodegen": false,
"jwtSecretKey": "NTYyOTdkNjcwMmU4OGFhMjNjYTk3ZDNhOGMxMGIwYjMyMjdhMDUyZTM4MGJiN2U5YzVlYjc4YTRmY2YxNDdjZGI2YWExNDE2ZDdkYmZjODkwZjgyYjRmZDI3NTM3YzViZmEyZjUzOWIxYjI1MDhhMWE0ODQwMWYxNzQzYmY4MzU=",
"embeddableLaunchScript": false,
"useSass": true,
"clientPackageManager": "npm",
"clientFramework": "react",
"clientTheme": "none",
"clientThemeVariant": "",
"testFrameworks": [],
"jhiPrefix": "jhi",
"entitySuffix": "",
"dtoSuffix": "DTO",
"otherModules": [],
"enableTranslation": false,
"blueprints": []
}
}