-
Notifications
You must be signed in to change notification settings - Fork 0
/
.yo-rc.json
38 lines (38 loc) · 1.3 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
{
"generator-jhipster": {
"authenticationType": "jwt",
"cacheProvider": "hazelcast",
"serverPort": "9001",
"serviceDiscoveryType": "eureka",
"skipUserManagement": true,
"baseName": "bonLivestockService",
"buildTool": "maven",
"databaseType": "sql",
"devDatabaseType": "h2Disk",
"enableHibernateCache": true,
"enableSwaggerCodegen": false,
"enableTranslation": true,
"jhiPrefix": "jhi",
"languages": ["en", "fr"],
"messageBroker": "kafka",
"nativeLanguage": "en",
"prodDatabaseType": "postgresql",
"searchEngine": false,
"skipClient": true,
"testFrameworks": ["cucumber"],
"websocket": false,
"applicationType": "microservice",
"packageName": "com.bonlimousin.livestock",
"packageFolder": "com/bonlimousin/livestock",
"entitySuffix": "Entity",
"dtoSuffix": "DTO",
"jhipsterVersion": "6.10.5",
"creationTimestamp": 1593712140033,
"clientPackageManager": "npm",
"jwtSecretKey": "ZTIyMDg3ZDM1YWY1ZTlmZWJiYWFhNjE3YmE2NDg1M2M3ZTczZjEzNzRiZDExZTBkOTUwNGJmNWFjNGQ1N2FiNDdlOGM5MDZiOGU3MmUwZDVhYWZhN2QzZDI2NTUyMWVlMjhlMmM3NDVhOWY2ZmYyMmVmMWQxNjIwNTgzOGQ5NWU=",
"embeddableLaunchScript": false,
"otherModules": [],
"blueprints": []
},
"entities": ["Matrilineality", "Cattle", "Note", "Pasture", "Photo"]
}