-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.yo-rc.json
41 lines (41 loc) · 1.1 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.panroets.aroundtheworld"
},
"jhipsterVersion": "4.10.2",
"baseName": "aroundTheWorld",
"packageName": "com.panroets.aroundtheworld",
"packageFolder": "com/panroets/aroundtheworld",
"serverPort": "8080",
"authenticationType": "jwt",
"hibernateCache": "no",
"clusteredHttpSession": false,
"websocket": false,
"databaseType": "mongodb",
"devDatabaseType": "mongodb",
"prodDatabaseType": "mongodb",
"searchEngine": false,
"messageBroker": false,
"serviceDiscoveryType": false,
"buildTool": "maven",
"enableSocialSignIn": true,
"enableSwaggerCodegen": false,
"jwtSecretKey": "f348480e96739483d9422fd32dc84e62e28a83b1",
"clientFramework": "angularX",
"useSass": false,
"clientPackageManager": "yarn",
"applicationType": "monolith",
"testFrameworks": [
"cucumber"
],
"jhiPrefix": "jhi",
"otherModules": [
{
"name": "generator-jhipster-google-maps",
"version": "0.0.1"
}
],
"enableTranslation": false
}
}