-
Notifications
You must be signed in to change notification settings - Fork 0
/
.yo-rc.json
43 lines (43 loc) · 1.27 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": "jhipsterSampleApplication",
"packageName": "io.github.jhipster.application",
"packageFolder": "io/github/jhipster/application",
"serverPort": 8080,
"serviceDiscoveryType": false,
"authenticationType": "session",
"uaaBaseName": "../uaa",
"cacheProvider": "ehcache",
"enableHibernateCache": true,
"websocket": false,
"databaseType": "sql",
"devDatabaseType": "h2Disk",
"prodDatabaseType": "oracle",
"searchEngine": "elasticsearch",
"enableSwaggerCodegen": "true",
"messageBroker": false,
"buildTool": "maven",
"useSass": true,
"clientPackageManager": "npm",
"testFrameworks": [],
"enableTranslation": false,
"nativeLanguage": "en",
"languages": [
"en"
],
"clientFramework": "angularX",
"jhiPrefix": "jhi",
"jhipsterVersion": "6.2.0",
"rememberMeKey": "ffefdd6ad9c98718a229cf6cdd9f225101e5c56a01aef098cf7ce362334f478c73614981ea070e60455b2c27b1151ebaacb9",
"clientTheme": "none",
"entitySuffix": "",
"dtoSuffix": "DTO",
"otherModules": [],
"blueprints": []
},
"git-provider": "GitHub",
"git-company": "manasigr",
"repository-name": "jhipster-sample-application"
}