-
Notifications
You must be signed in to change notification settings - Fork 3
/
.yo-rc.json
58 lines (58 loc) · 1.67 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"generator-jhipster": {
"promptValues": {
"packageName": "com.github.danimaniarqsoft",
"nativeLanguage": "es"
},
"jhipsterVersion": "6.5.1",
"applicationType": "monolith",
"baseName": "kbase",
"packageName": "com.github.danimaniarqsoft",
"packageFolder": "com/github/danimaniarqsoft",
"serverPort": "8080",
"authenticationType": "jwt",
"cacheProvider": "ehcache",
"enableHibernateCache": false,
"websocket": false,
"databaseType": "mongodb",
"devDatabaseType": "mongodb",
"prodDatabaseType": "mongodb",
"searchEngine": false,
"messageBroker": false,
"serviceDiscoveryType": false,
"buildTool": "maven",
"enableSwaggerCodegen": false,
"jwtSecretKey": "YmE1ODk0ZTk5M2FiYmUxNTcwMDIyN2Y5OWFmZWJhYWNjMGIyNGVjMjY4YTMyYTE1MzQ1Yzg1ZjFlNDljOWE0YTY3ZjQ2OWRmN2M0ZmZmN2ExYjEyOTA1NzhmZWQ3ZDVlOGEzZmZiNzUyOTU0MjM3NTNhMmUxYmY1Mjc3MzIyZjQ=",
"embeddableLaunchScript": false,
"testFrameworks": ["cucumber"],
"jhiPrefix": "jhi",
"entitySuffix": "",
"dtoSuffix": "DTO",
"otherModules": [
{
"name": "generator-jhipster-vuejs",
"version": "1.2.0"
}
],
"enableTranslation": true,
"clientPackageManager": "npm",
"nativeLanguage": "es",
"languages": ["es", "en"],
"blueprints": [
{
"name": "generator-jhipster-vuejs",
"version": "1.2.0"
}
]
},
"generator-jhipster-vuejs": {
"jhipsterVersion": "6.4.1",
"applicationType": "monolith",
"baseName": "kbase",
"useSass": true,
"clientPackageManager": "npm",
"clientFramework": "vue",
"clientTheme": "yeti",
"clientThemeVariant": "primary"
}
}