-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.yo-rc.json
49 lines (49 loc) · 1.39 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
{
"generator-jhipster": {
"promptValues": {
"packageName": "com.mycompany.myapp"
},
"jhipsterVersion": "6.4.1",
"applicationType": "monolith",
"baseName": "rasianBlock",
"packageName": "com.mycompany.myapp",
"packageFolder": "com/mycompany/myapp",
"serverPort": "8080",
"authenticationType": "jwt",
"cacheProvider": "ehcache",
"enableHibernateCache": false,
"websocket": false,
"databaseType": "sql",
"devDatabaseType": "h2Disk",
"prodDatabaseType": "mysql",
"searchEngine": false,
"messageBroker": false,
"serviceDiscoveryType": false,
"buildTool": "maven",
"enableSwaggerCodegen": false,
"jwtSecretKey": "OGJhNzJjYmM1NzI2OWZkYzY5YTUyMTZhMWIyYzQ2ODI3MTVmNjlhYjE5ZDY4MGNjOWJmZjhjYmEzZTc3NzdmMzNmZmNjMzQ1ODAxYzEyMTU3MDhjOGY0YjdlN2E4YjBiMzA3MzVjZTZhY2FiOTIxMjI0ODhiOWFjYmRmYTA1YTA=",
"embeddableLaunchScript": false,
"useSass": true,
"clientPackageManager": "npm",
"clientFramework": "vue",
"clientTheme": "darkly",
"clientThemeVariant": "dark",
"testFrameworks": [],
"jhiPrefix": "jhi",
"entitySuffix": "",
"dtoSuffix": "DTO",
"otherModules": [
{
"name": "generator-jhipster-vuejs",
"version": "1.7.0"
}
],
"enableTranslation": false,
"blueprints": [
{
"name": "generator-jhipster-vuejs",
"version": "1.7.0"
}
]
}
}