-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.yo-rc.json
42 lines (42 loc) · 1.43 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
{
"generator-jhipster": {
"databaseType": "sql",
"devDatabaseType": "h2Disk",
"enableHibernateCache": false,
"enableSwaggerCodegen": false,
"enableTranslation": true,
"jhiPrefix": "swg",
"languages": ["en", "fr"],
"messageBroker": false,
"nativeLanguage": "fr",
"packageName": "com.github.anthonyo.swingifts",
"packageFolder": "com/github/anthonyo/swingifts",
"prodDatabaseType": "mysql",
"searchEngine": false,
"serviceDiscoveryType": false,
"skipClient": false,
"skipServer": false,
"testFrameworks": ["protractor"],
"websocket": false,
"baseName": "SwinGifts",
"clientPackageManager": "yarn",
"cacheProvider": "no",
"clientTheme": "materia",
"skipUserManagement": false,
"jhipsterVersion": "6.4.1",
"buildTool": "maven",
"applicationType": "monolith",
"authenticationType": "jwt",
"clientFramework": "angularX",
"clientThemeVariant": "primary",
"serverPort": "8080",
"useSass": true,
"jwtSecretKey": "NGVkY2NmMTAxMDFhMTBjMjQ5NTAxYjFmZmQ1Nzc2MmJhMTQ0YmI5MWYxMDY2M2EzYTY5ZWM1YWViZmMxMWJiMDY2MmRiNDA3ODJiOGQ5NjliNmM5YjAzZDVlYmJkMjRmODc1ZmJkOTg4NzMxZDM4MTRiMGE0N2VjMDA4MWMzMGU=",
"embeddableLaunchScript": false,
"entitySuffix": "",
"dtoSuffix": "DTO",
"otherModules": [],
"blueprints": []
},
"entities": ["Event", "Participation", "GiftDrawing", "GiftIdea", "GiftIdeaReservation", "DrawingExclusionGroup"]
}