-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.yo-rc.json
30 lines (30 loc) · 910 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
{
"generator-jhipster": {
"jhipsterVersion": "4.0.7",
"baseName": "DreamBumps",
"packageName": "com.alexanthony.dreambumps",
"packageFolder": "com/alexanthony/dreambumps",
"serverPort": "8080",
"authenticationType": "jwt",
"hibernateCache": "ehcache",
"clusteredHttpSession": false,
"websocket": false,
"databaseType": "sql",
"devDatabaseType": "h2Disk",
"prodDatabaseType": "mariadb",
"searchEngine": false,
"messageBroker": false,
"serviceDiscoveryType": false,
"buildTool": "gradle",
"enableSocialSignIn": true,
"jwtSecretKey": "7369da4bda0b950c76db696fc9e902ff84f44c75",
"enableTranslation": false,
"applicationType": "monolith",
"testFrameworks": [],
"jhiPrefix": "jhi",
"skipClient": true,
"clientPackageManager": "yarn",
"herokuAppName": "dream-bumps-torpids-2018",
"herokuDeployType": "jar"
}
}