forked from jhipster/jhipster-sample-app-elasticsearch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.yo-rc.json
32 lines (32 loc) · 868 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
{
"generator-jhipster": {
"baseName": "jhipsterElasticsearchSampleApplication",
"packageName": "io.github.jhipster.sample",
"packageFolder": "io/github/jhipster/sample",
"authenticationType": "session",
"hibernateCache": "ehcache",
"clusteredHttpSession": "no",
"websocket": "no",
"databaseType": "sql",
"devDatabaseType": "h2Memory",
"prodDatabaseType": "mysql",
"searchEngine": "elasticsearch",
"useCompass": false,
"buildTool": "maven",
"enableTranslation": true,
"applicationType": "monolith",
"testFrameworks": [
"gatling",
"protractor"
],
"languages": [
"en"
],
"serverPort": 8080,
"jhipsterVersion": "3.6.1",
"enableSocialSignIn": false,
"rememberMeKey": "d7c92d4b5984a72a6430698b49bdea98b7dc567f",
"useSass": false,
"jhiPrefix": "jhi"
}
}