-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.yo-rc.json
34 lines (34 loc) · 950 Bytes
/
.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
{
"generator-jhipster": {
"promptValues": {
"packageName": "digital.and.monolith"
},
"jhipsterVersion": "4.5.6",
"baseName": "monolith",
"packageName": "digital.and.monolith",
"packageFolder": "digital/and/monolith",
"serverPort": "8080",
"authenticationType": "session",
"hibernateCache": "no",
"clusteredHttpSession": false,
"websocket": false,
"databaseType": "mongodb",
"devDatabaseType": "mongodb",
"prodDatabaseType": "mongodb",
"searchEngine": false,
"messageBroker": false,
"serviceDiscoveryType": false,
"buildTool": "maven",
"enableSocialSignIn": false,
"rememberMeKey": "8410e6cf92c4ca185945d64c211b74a19dfe08d4",
"clientFramework": "angular1",
"useSass": true,
"clientPackageManager": "yarn",
"applicationType": "monolith",
"testFrameworks": [
"protractor"
],
"jhiPrefix": "jhi",
"enableTranslation": false
}
}