-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.yo-rc.json
39 lines (39 loc) · 1.26 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": "com.cev.accesoadatos.tema2.jhipster"
},
"jhipsterVersion": "6.3.1",
"applicationType": "monolith",
"baseName": "jhipster",
"packageName": "com.cev.accesoadatos.tema2.jhipster",
"packageFolder": "com/cev/accesoadatos/tema2/jhipster",
"serverPort": "8080",
"authenticationType": "jwt",
"cacheProvider": "ehcache",
"enableHibernateCache": true,
"websocket": false,
"databaseType": "sql",
"devDatabaseType": "h2Memory",
"prodDatabaseType": "mysql",
"searchEngine": "elasticsearch",
"messageBroker": false,
"serviceDiscoveryType": false,
"buildTool": "maven",
"enableSwaggerCodegen": false,
"jwtSecretKey": "MjVjNDY1ZGM5NjA0NjFlNDMyZjdlYWMwZGQwNmNiMzJhYmVjY2YzYzZjODQ0ZmQ5Nzk2ZTc3MzdkZmVlNDAwMjVkMjA1Zjk5ZmMzNTI5OTE2OGVkZWViNTMxMTNmZmQzZTJjZTRiZWU5NjQzZGI4MjNmMWVmY2RiMDY4NjY5YmM=",
"embeddableLaunchScript": false,
"useSass": true,
"clientPackageManager": "npm",
"clientFramework": "angularX",
"clientTheme": "none",
"clientThemeVariant": "",
"testFrameworks": [],
"jhiPrefix": "jhi",
"entitySuffix": "",
"dtoSuffix": "DTO",
"otherModules": [],
"enableTranslation": false,
"blueprints": []
}
}