-
Notifications
You must be signed in to change notification settings - Fork 0
/
.yo-rc.json
57 lines (57 loc) · 1.59 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
50
51
52
53
54
55
56
57
{
"generator-jhipster": {
"authenticationType": "jwt",
"cacheProvider": "hazelcast",
"clientFramework": "angularX",
"serverPort": "9000",
"serviceDiscoveryType": "eureka",
"skipUserManagement": false,
"baseName": "bonGateway",
"buildTool": "maven",
"databaseType": "sql",
"devDatabaseType": "h2Disk",
"enableHibernateCache": true,
"enableSwaggerCodegen": true,
"enableTranslation": true,
"jhiPrefix": "jhi",
"languages": ["sv", "en"],
"messageBroker": "kafka",
"nativeLanguage": "sv",
"prodDatabaseType": "postgresql",
"searchEngine": false,
"skipClient": false,
"testFrameworks": ["protractor"],
"websocket": "spring-websocket",
"applicationType": "gateway",
"packageName": "com.bonlimousin.gateway",
"packageFolder": "com/bonlimousin/gateway",
"entitySuffix": "Entity",
"dtoSuffix": "DTO",
"clientTheme": "sketchy",
"clientPackageManager": "npm",
"jhipsterVersion": "6.10.5",
"creationTimestamp": 1593712140033,
"skipServer": false,
"clientThemeVariant": "primary",
"useSass": true,
"jwtSecretKey": "MjU0MjE1NGQ1Y2MzNjBmZTQ1MjI5OWZhMmM1MWU5NjM4YmVjMGE3ZDJkYzllNDE4N2U0NjExYmRlMWFmNWU2OWE0ZTk0ZjhjZTdkZDcyYmUxOGM5NjgxZDZjYmM3YzJkMzYwZGRiZjA0ZjQ1OTcwMWU4MTEwYmI4YTAwNzRiYWY=",
"embeddableLaunchScript": false,
"otherModules": [],
"blueprints": []
},
"entities": [
"Matrilineality",
"Cattle",
"Note",
"Pasture",
"Photo",
"SourceFile",
"Bovine",
"Blup",
"JournalEntry",
"Story",
"Fragment",
"Localized",
"Tag"
]
}