-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.yo-rc.json
42 lines (42 loc) · 1.31 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": {
"applicationType": "monolith",
"gitCompany": "",
"baseName": "jhipsterSampleApplication",
"packageName": "io.github.jhipster.application",
"packageFolder": "io/github/jhipster/application",
"serverPort": 8080,
"serviceDiscoveryType": false,
"authenticationType": "jwt",
"uaaBaseName": "../uaa",
"cacheProvider": "ehcache",
"enableHibernateCache": true,
"websocket": false,
"databaseType": "sql",
"devDatabaseType": "h2Disk",
"prodDatabaseType": "mysql",
"searchEngine": false,
"enableSwaggerCodegen": false,
"messageBroker": false,
"buildTool": "maven",
"useSass": true,
"clientPackageManager": "npm",
"testFrameworks": [],
"enableTranslation": false,
"nativeLanguage": "en",
"languages": [
"en"
],
"clientFramework": "angularX",
"jhiPrefix": "jhi",
"jhipsterVersion": "6.1.0",
"jwtSecretKey": "NzUwMDhmNzVkZTVlNmQ1OWNlNjU3NWEyZDYzZTA1NWI2NmM1YzhhNzQ5ZWI3NmZkYzY5YzQ3MzM3ODI3MTdjY2ZiYTU0N2I3YjU5ZmMzNTljZTNiYmUyYWNmYWJmZDQzODE2NDY5NTI1NmZlYjhkYTUzNzE0Yzg0NDA2ZmE3OGU=",
"clientTheme": "none",
"entitySuffix": "",
"dtoSuffix": "DTO",
"otherModules": []
},
"git-provider": "GitHub",
"git-company": "RadFromOrange",
"repository-name": "jhipster-sample-application"
}