-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy path.yo-rc.json
More file actions
39 lines (39 loc) · 1.22 KB
/
.yo-rc.json
File metadata and controls
39 lines (39 loc) · 1.22 KB
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.mycompany.myapp"
},
"jhipsterVersion": "6.6.0",
"applicationType": "monolith",
"baseName": "StudentManagementSys",
"packageName": "com.mycompany.myapp",
"packageFolder": "com/mycompany/myapp",
"serverPort": "8080",
"authenticationType": "jwt",
"cacheProvider": "no",
"websocket": false,
"databaseType": "sql",
"devDatabaseType": "mysql",
"prodDatabaseType": "mysql",
"searchEngine": false,
"messageBroker": false,
"serviceDiscoveryType": "eureka",
"buildTool": "maven",
"enableSwaggerCodegen": false,
"jwtSecretKey": "OWVkZDMxMzM4ZDMzNTFhMTM2ZDViMjI0YTMyMWZlMTBmNzljNTQ4MmYxNzk4MDcxODQ4MDQ0OGQ5ZmYxZGI4YjMyM2QyZWZhNDEyZDk5MDM2Njk3NGFjZjRkYjljYmEyZGJhY2RiOGI1MDM3OWFhMTZhZTU1NjU1NjhkMWZiMzY=",
"embeddableLaunchScript": false,
"useSass": true,
"clientPackageManager": "npm",
"clientFramework": "angularX",
"clientTheme": "none",
"clientThemeVariant": "",
"creationTimestamp": 1578200659863,
"testFrameworks": [],
"jhiPrefix": "jhi",
"entitySuffix": "",
"dtoSuffix": "DTO",
"otherModules": [],
"enableTranslation": false,
"blueprints": []
}
}