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