-
Notifications
You must be signed in to change notification settings - Fork 0
/
.yo-rc.json
41 lines (41 loc) · 1.17 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
{
"generator-jhipster": {
"promptValues": {
"packageName": "com.robmelfi.rcraspi",
"nativeLanguage": "it"
},
"jhipsterVersion": "5.7.2",
"applicationType": "monolith",
"baseName": "rcraspi",
"packageName": "com.robmelfi.rcraspi",
"packageFolder": "com/robmelfi/rcraspi",
"serverPort": "8080",
"authenticationType": "jwt",
"cacheProvider": "ehcache",
"enableHibernateCache": true,
"websocket": false,
"databaseType": "sql",
"devDatabaseType": "h2Disk",
"prodDatabaseType": "mysql",
"searchEngine": false,
"messageBroker": false,
"serviceDiscoveryType": false,
"buildTool": "maven",
"enableSwaggerCodegen": false,
"jwtSecretKey": "OWYwMmNmZGIzZDM5YWMyYmIxMGJiYTBhYTYyZDQ1NDJkNmY1M2I2ZmM5Mzg2OWE2NGQ0MTBkY2EyMTE0MjVkMDE0YTAzZmY3YzUwMmZmN2YxZGZjZmQ3NjVjNjdmOTBiNGYyZjM2MTQxNTRiOGExODdjZjY0NDQ2ZTMzMWI0ZGU=",
"clientFramework": "react",
"useSass": true,
"clientPackageManager": "npm",
"testFrameworks": [
"protractor"
],
"jhiPrefix": "jhi",
"otherModules": [],
"enableTranslation": true,
"nativeLanguage": "it",
"languages": [
"it",
"en"
]
}
}