forked from jhipster/jhipster-sample-app-cassandra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.yo-rc.json
36 lines (36 loc) · 997 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
35
36
{
"generator-jhipster": {
"baseName": "jhipsterCassandraSampleApplication",
"packageName": "io.github.jhipster.sample",
"packageFolder": "io/github/jhipster/sample",
"authenticationType": "session",
"hibernateCache": "no",
"clusteredHttpSession": false,
"websocket": false,
"databaseType": "cassandra",
"devDatabaseType": "cassandra",
"prodDatabaseType": "cassandra",
"searchEngine": false,
"useCompass": false,
"buildTool": "maven",
"enableTranslation": true,
"applicationType": "monolith",
"testFrameworks": [
"gatling",
"protractor"
],
"languages": [
"en"
],
"serverPort": 8080,
"jhipsterVersion": "4.10.2",
"enableSocialSignIn": false,
"rememberMeKey": "98a1d374db69a13260679097253d50efc2356ec0",
"useSass": false,
"jhiPrefix": "jhi",
"messageBroker": false,
"serviceDiscoveryType": false,
"clientPackageManager": "yarn",
"clientFramework": "angular1"
}
}