forked from jhipster/jhipster-online
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.yo-rc.json
41 lines (41 loc) · 1.17 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
36
37
38
39
40
41
{
"generator-jhipster": {
"promptValues": {
"packageName": "io.github.jhipster.online"
},
"jhipsterVersion": "6.8.0",
"baseName": "jhonline",
"packageName": "io.github.jhipster.online",
"packageFolder": "io/github/jhipster/online",
"serverPort": "8080",
"authenticationType": "jwt",
"hibernateCache": "ehcache",
"clusteredHttpSession": false,
"websocket": false,
"databaseType": "sql",
"devDatabaseType": "mysql",
"prodDatabaseType": "mysql",
"searchEngine": false,
"messageBroker": false,
"serviceDiscoveryType": false,
"buildTool": "maven",
"enableSocialSignIn": false,
"jwtSecretKey": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"clientFramework": "angularX",
"useSass": true,
"clientPackageManager": "yarn",
"applicationType": "monolith",
"testFrameworks": [],
"jhiPrefix": "jhi",
"enableTranslation": false,
"cacheProvider": "ehcache",
"enableHibernateCache": true,
"embeddableLaunchScript": false,
"clientTheme": "none",
"creationTimestamp": 1588338299248,
"entitySuffix": "",
"dtoSuffix": "DTO",
"otherModules": [],
"blueprints": []
}
}