-
Notifications
You must be signed in to change notification settings - Fork 0
/
.yo-rc.json
35 lines (35 loc) · 1.01 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
{
"generator-jhipster": {
"applicationType": "monolith",
"gitHubOrganization": "nbarrocas",
"baseName": "jhipsterSampleApplication",
"packageName": "io.github.jhipster.application",
"serverPort": 8080,
"serviceDiscoveryType": false,
"authenticationType": "jwt",
"uaaBaseName": "../uaa",
"hibernateCache": "ehcache",
"clusteredHttpSession": false,
"websocket": "spring-websocket",
"databaseType": "sql",
"devDatabaseType": "h2Disk",
"prodDatabaseType": "mysql",
"searchEngine": "elasticsearch",
"messageBroker": false,
"buildTool": "maven",
"enableSocialSignIn": false,
"useSass": true,
"clientPackageManager": "yarn",
"testFrameworks": [],
"enableTranslation": true,
"nativeLanguage": "en",
"languages": [
"pt-pt"
],
"clientFramework": "angularX",
"jhipsterVersion": "4.6.2",
"packageFolder": "io/github/jhipster/application",
"jwtSecretKey": "37255f5843a53a1bd2249f06203051b22a131e4d",
"jhiPrefix": "jhi"
}
}