-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.yo-rc.json
31 lines (31 loc) · 879 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
{
"generator-jhipster": {
"jhipsterVersion": "4.0.7",
"baseName": "digitalBLOG",
"packageName": "com.digitalblog.myapp",
"packageFolder": "com/digitalblog/myapp",
"serverPort": "8080",
"authenticationType": "jwt",
"hibernateCache": "no",
"clusteredHttpSession": false,
"websocket": "spring-websocket",
"databaseType": "sql",
"devDatabaseType": "mysql",
"prodDatabaseType": "mysql",
"searchEngine": false,
"messageBroker": false,
"serviceDiscoveryType": false,
"buildTool": "maven",
"enableSocialSignIn": false,
"jwtSecretKey": "815e86460bed26aeccf95d7c2e6b0f04301f2646",
"clientFramework": "angular1",
"useSass": false,
"clientPackageManager": "npm",
"applicationType": "monolith",
"testFrameworks": [
"gatling"
],
"jhiPrefix": "jhi",
"enableTranslation": false
}
}