-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.yo-rc.json
43 lines (43 loc) · 1.28 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
{
"generator-jhipster": {
"applicationType": "monolith",
"gitCompany": "",
"baseName": "IntegrationUI",
"packageName": "com.cooperl.si.integration.ui",
"packageFolder": "com/cooperl/si/integration/ui",
"serverPort": 4321,
"serviceDiscoveryType": false,
"authenticationType": "jwt",
"uaaBaseName": "../uaa",
"cacheProvider": "ehcache",
"enableHibernateCache": true,
"websocket": false,
"databaseType": "sql",
"devDatabaseType": "h2Disk",
"prodDatabaseType": "postgresql",
"searchEngine": false,
"enableSwaggerCodegen": "true",
"messageBroker": false,
"buildTool": "maven",
"useSass": false,
"clientPackageManager": "npm",
"testFrameworks": [
"cucumber"
],
"enableTranslation": false,
"nativeLanguage": "en",
"languages": [
"en"
],
"clientFramework": "angularX",
"jhiPrefix": "jhi",
"jhipsterVersion": "5.8.2",
"jwtSecretKey": "YTYyM2U5YWRiOTNhNmNhZjY4ZmYyNzFkOGQ3MGI4NWMzYmRjOTZlMzM5ZjVkZjA2OTM3ODExMThjOWY4Y2EwY2FmYjBjMDkyM2FjMTliMGNmZWMyNGJhZDUyOGM1NTE4NDI1ZDk1N2JmMjYwZDQyZmZiZTkzNGZiZTUzNGE1ZmI=",
"entitySuffix": "",
"dtoSuffix": "DTO",
"otherModules": []
},
"git-provider": "GitHub",
"git-company": "cooperl22",
"repository-name": "integration-ui"
}