forked from jhipster/jhipster-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.yo-rc.json
27 lines (27 loc) · 779 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
{
"generator-jhipster": {
"jhipsterVersion": "3.4.0",
"baseName": "jhipsterRegistry",
"packageName": "io.github.jhipster.registry",
"packageFolder": "io/github/jhipster/registry",
"authenticationType": "jwt",
"hibernateCache": "no",
"clusteredHttpSession": "no",
"websocket": "no",
"databaseType": "no",
"devDatabaseType": "no",
"prodDatabaseType": "no",
"searchEngine": "no",
"buildTool": "maven",
"enableSocialSignIn": false,
"useSass": false,
"enableTranslation": false,
"applicationType": "microservice",
"testFrameworks": [],
"jhiPrefix": "jhi",
"skipClient": true,
"skipUserManagement": true,
"serverPort": "8080",
"jwtSecretKey": "c9d37cefc48581919939d587c750ea215020765b"
}
}